We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae85ca commit a72774dCopy full SHA for a72774d
README.md
@@ -388,6 +388,11 @@ You can also save this options object in a JSON file and use it with the shell c
388
// ignore all Code Splitting and emit only a single file
389
// all code is included and should work as with Code Splitting
390
391
+ minimize: true, // default: false
392
+ // minimize resources for production use
393
+ // javascript is minimized with uglify-js2
394
+ // loaders will minimize other resources
395
+
396
debug: true, // default: false
397
// put the source of the modules into annotated eval,
398
// which cause a nice debug experience in some dev tools
0 commit comments