test with minimize

This commit is contained in:
Tobias Koppers 2013-03-28 08:48:17 +01:00
parent b1cc316e38
commit 9af9c1ae87
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ describe("NodeTemplatePlugin", function() {
chunkFilename: "[hash].result[id].js",
libraryTarget: "commonjs2",
},
optimize: {
minimize: true
},
entry: "./entry",
}, function(err, stats) {