Merge branch 'master' into wip-0.8

Conflicts:
	examples/code-splitting/README.md
This commit is contained in:
Tobias Koppers 2012-11-09 11:37:39 +01:00
commit bca33594a8
1 changed files with 5 additions and 0 deletions

View File

@ -387,6 +387,11 @@ You can also save this options object in a JSON file and use it with the shell c
// ignore all Code Splitting and emit only a single file
// all code is included and should work as with Code Splitting
minimize: true, // default: false
// minimize resources for production use
// javascript is minimized with uglify-js2
// loaders will minimize other resources
debug: true, // default: false
// put the source of the modules into annotated eval,
// which cause a nice debug experience in some dev tools