Being overly careful here, this version is not breaking for almost all the existing users. It could possibly break in some edge cases, since it changes how modules are collected (from global to one each compilation) or if you have a workaround for a working webpack multi configuration.
- BREAKING (POSSIBLY): Use a dedicated cache for every compilation (Prevent arbitrary files deletion when using Webpack with multi configurations) (PR #39)
- fix for #23 (37d350)
- fix for #24 (d92bec)
- BREAKING: added styl and sass to default extensions (247a5c)
- added LICENSE.txt (220e20)
- feat: add support for module js files (PR #21)