Few things to do to fix ng build –prod issues

  • fennng 
Update packages:
npm install -g npm-check-updates
ncu -u
Delete node_modules folder
npm install
Rollback webpack:
npm remove webpack
npm install webpack@3.11.0
Upgrade angular cli:
npm uninstall -g angular-cli  npm cache clean  npm install -g @angular/cli@latest
or downgrade bootstrap

发表评论

您的电子邮箱地址不会被公开。