Skip to content

Commit 03d5128

Browse files
author
Rajagopal
authored
Update production-build.md
1 parent cb523ec commit 03d5128

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/guides/production-build.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ debug: false,
105105
sourceMapFilename: '[name].map'
106106
},
107107
plugins: [
108-
new DedupePlugin(),
108+
new webpack.LoaderOptionsPlugin({
109+
minimize: true,
110+
debug: false
111+
}),
109112
new UglifyJsPlugin({
110113
beautify: false,
111114
mangle: { screw_ie8 : true, keep_fnames: true },

0 commit comments

Comments
 (0)