I got this working by reinstalling the build-angular package. Note the ‘–save-dev’ flag on the install command:
npm uninstall @angular-devkit/build-angular
npm install --save-dev @angular-devkit/build-angular
I got this working by reinstalling the build-angular package. Note the ‘–save-dev’ flag on the install command:
npm uninstall @angular-devkit/build-angular
npm install --save-dev @angular-devkit/build-angular