Skip to content

Commit ff5cdd1

Browse files
Fix Angular2Spa production builds
1 parent f1fa20a commit ff5cdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Angular2Spa/webpack.config.vendor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
new webpack.optimize.UglifyJsPlugin({
3535
compress: { warnings: false },
3636
minimize: true,
37-
mangle: true // Due to https://github.com/angular/angular/issues/6678
37+
mangle: false // Due to https://github.com/angular/angular/issues/6678
3838
})
3939
])
4040
};

0 commit comments

Comments
 (0)