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.
2 parents 590cc30 + a72774d commit bca3359Copy full SHA for bca3359
README.md
@@ -387,6 +387,11 @@ You can also save this options object in a JSON file and use it with the shell c
387
// ignore all Code Splitting and emit only a single file
388
// all code is included and should work as with Code Splitting
389
390
+ minimize: true, // default: false
391
+ // minimize resources for production use
392
+ // javascript is minimized with uglify-js2
393
+ // loaders will minimize other resources
394
+
395
debug: true, // default: false
396
// put the source of the modules into annotated eval,
397
// which cause a nice debug experience in some dev tools
0 commit comments