Skip to content

Commit a72774d

Browse files
committed
fixes webpack#37
1 parent 7ae85ca commit a72774d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ You can also save this options object in a JSON file and use it with the shell c
388388
// ignore all Code Splitting and emit only a single file
389389
// all code is included and should work as with Code Splitting
390390

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+
391396
debug: true, // default: false
392397
// put the source of the modules into annotated eval,
393398
// which cause a nice debug experience in some dev tools

0 commit comments

Comments
 (0)