Hello,
I am working on angular 15 and I have some requirements where I need to update the paths of build files(pollyfills.js, main.js, etc). I am setting the “outputPath”: “dist/v4.1”,
“baseHref”: “/v4.1/”
in angular.json to get the desire paths, but it will work only when I am running the application through server, is there any way I can do this with ng serve?
Thanks in advance,
Piyusha