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
II tried to use uglify-es (changed the version in webapck package.json) (wanting to compile my code to es6) I used uglify-webpack-plugin version 1.0.0.beta
and I figured that the options coming from the ng build (on models/webpack-config.ts)
public addTargetDefaults(buildOptions: BuildOptions): BuildOptions {
is reaching to the uglify-webpack-plugin function as
options:{
//datahere
}
and the uglify-webpack-plugin is expected the options to be
this.uglifyOptions = this.options.uglifyOptions
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Versions.
ng version - 1.2.1 ( latest)
Repro steps.
II tried to use uglify-es (changed the version in webapck package.json) (wanting to compile my code to es6) I used uglify-webpack-plugin version 1.0.0.beta
and I figured that the options coming from the ng build (on models/webpack-config.ts)
is reaching to the uglify-webpack-plugin function as
and the uglify-webpack-plugin is expected the options to be
The text was updated successfully, but these errors were encountered: