-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in uglifyjs-webpack-plugin after upgrade to angular-cli 1.3.0 #7408
Comments
same problem node version: 7.9.0 |
Same here : Tried to go back to angular-cli 1.2.7 ... and the build re-works. |
Same here: |
Same issue - Can you please suggest how to roll back this version. |
Same errors: Versions:
├─┬ @angular/[email protected] This fixed the issue / error for me (remove node_modules directory and install node again:
|
Not sure what happened but reinstalling all packages as @git-no mentioned worked |
I reinstalled the packages but same issue |
I use appveyor CI, where every time clean container with no node_modules. It's not working properly for me for Windows with node 8.3 |
@pumano mentioned this at the end of his issue report but I'm putting it here again for visibility: The problem seems to be webpack/webpack#5107, webpack-contrib/uglifyjs-webpack-plugin#31, webpack-contrib/uglifyjs-webpack-plugin#44. The problem seems to be fixed on their side starting with If it did not fix the problem for you, make sure you're also clearing |
I have cache section in appveyor.yml file for cache NPM / Yarn libs. |
Closing this, it seems to be sorted and just a cache problem now. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Windows (appveyor CI)
angular 1.3.0
nodejs 8.3.0 (only) node 6.11 don't contain that problem
Repro steps.
upgrade from 1.2.6 to 1.3.0
The log given by the failure.
You can check from appveyor job: https://ci.appveyor.com/project/pumano/test-storage/build/321/job/4qk3ay3h3ka7lji6
Desired functionality.
Mention any other details that might be useful.
Looks like issue: webpack/webpack#5107
webpack-contrib/uglifyjs-webpack-plugin#31
The text was updated successfully, but these errors were encountered: