x)- [ x] bug report -> please search issues before submitting
- [ ] feature request
cli: 1.3.0
node: 6.10.1
npm 5.2.0
@angular 4.2.5
os: CENTOS 7
TSC: 2.4.1
I'm behind a firewall on a separate network so this is all I have. Not even sure where to start looking to resolve this.
ng build -prod -aot
I'm behind a firewall on a separate network so this is all I have.
ERROR in common.###.bundle.js from UglifyJs
TypeError: Cannot read property 'reset' of undefined
at .../node_modules/uglifyjs-webpack-plugin/dist/index.js:96:21
This is output for every bundle that is created. I have two lazy loaded modules, main, inline, polyfills, vendor, styles, common.
AOT builds should complete without issue.
Building without AOT works fine.
Just cleared my node_modules directory and reinstalled everything. Seems to work now somehow.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Just cleared my node_modules directory and reinstalled everything. Seems to work now somehow.