You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the bug behind it: #9340
The issue seems to be with uglify-es>3.2.2
Pinning the version of uglifyjs-webpack-plugin to 1.1.5 in @angular-devkit/build-angular would resolve it.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Area
Versions
npm 6.1.0
macOS 10.13.4
@angular/cli@6.1.0-rc.2
@angular-devkit/build-angular@6.1.0-rc.2
Repro steps
The log given by the failure
the main bundle with crash with a
SyntaxError
Desired functionality
the project should run properly
Mention any other details that might be useful
This is the bug behind it: #9340
The issue seems to be with
uglify-es
>3.2.2
Pinning the version of
uglifyjs-webpack-plugin
to1.1.5
in@angular-devkit/build-angular
would resolve it.The text was updated successfully, but these errors were encountered: