Is there a way to disable the minification in AngularCli?
After I launch the command ng build --prod I need to have all files.js, in dist folder, separa
ng build --prod
Note: If you use ng serve through some package.json run target, according to the manpage of Angular6 correspoding switch for this is:
ng serve --optimization=false
will speedup this bs in development noticeable