1 parent b1cc316 commit 9af9c1aCopy full SHA for 9af9c1a
1 file changed
test/NodeTemplatePlugin.test.js
@@ -15,6 +15,9 @@ describe("NodeTemplatePlugin", function() {
15
chunkFilename: "[hash].result[id].js",
16
libraryTarget: "commonjs2",
17
},
18
+ optimize: {
19
+ minimize: true
20
+ },
21
entry: "./entry",
22
23
}, function(err, stats) {
0 commit comments