- support webpack4.0.0
- Better hashing. thanks to ddumont
- Use same location as webpack's other sourcmaps. thanks to ddumont
- upgrade schema-utils to 0.4.3 to show schema errors with a better syntax
- fix cannot get source map sources correcly. thanks to karlAlnebratt
- auto inject to html when html-wepback-plugin inject is not false
- now support publicPath and outputPath
- fix other bugs
- filesToConcat now support glob syntax
- add schema
- now use webpack's enhanced-resolve to solve the module path, and the root path is webpack's context path now.
- fix other bugs
- due to the way to find modules has changed, you may need to change your path
- fix not outputting sourcemaps when
uglify: false
, thanks to jaketodaro
- don't need to set manifestName option when use webpack-manifest-plugin
- add support to set hash length
- update uglify-js to uglify-es, thanks to tomastrajan
- feat: add integration tests, very thanks to jiverson
- Fix "Reduce of empty array with no initial value" error, thanks to akempes
- support to call from package name, inspired by funcphp
- fix #27
- Implement hook from webpack-manifest-plugin 2.0.0-rc.1, fix #22
- Remove process.env.NODE_ENV fix #24
- fix #19; thanks to gosp
- Reload file content on each compiler emit; Fixes #7; thanks to subhaze
- Fix duplicate hash at generated filename; thanks to IndraGunawan
- Allow passing on Uglify options (#10); thanks to filipesilva
- Allow templating fileName (#9); thanks to filipesilva
- add uglify option
- Only re-emit file during watch if a dependency changed; thanks to subhaze
- fix #2
- fix #1
- refactor using es6
- first release