forked from webpack/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
changelog
Tobias Koppers edited this page Jun 11, 2013
·
45 revisions
- node 0.10 support
- whole chunks can now be cached
- store state in json file (records)
--records-path - added
--devtool source-mapand--devtool inline-source-map - added option
--optimize-occurence-order
Small changes:
- assets are only emitted if they changed
- added
--profile - added
--prefetch[experimental] - added
BannerPlugin - added
[chunkhash][experimental] - added
hashDigestLength - increased filesystem caching to 60s
- purge only changed files in watch mode
- purge all files on compiling in not-watch mode
- in-memory filesystem now supports windows-like paths too