Skip to content

Commit bca3359

Browse files
committed
Merge branch 'master' into wip-0.8
Conflicts: examples/code-splitting/README.md
2 parents 590cc30 + a72774d commit bca3359

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
@@ -387,6 +387,11 @@ You can also save this options object in a JSON file and use it with the shell c
387387
// ignore all Code Splitting and emit only a single file
388388
// all code is included and should work as with Code Splitting
389389

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

0 commit comments

Comments
 (0)