- Bug: Better inference of
RawSourcefor use with Terser plugin. #91
- Bug: Use
RawSourcefrom current compiler where available. #65 (@alexander-akait)
- Bug: Fix multiple stats output with
webpack --watch. #59
- Bug: Fix multiple stats output issue. #55 #57
- Bug: Change
processAssetshook stage toPROCESS_ASSETS_STAGE_REPORTto correctly get hashed asset names. #56
- Feature: Support
webpack@5. - Package: Remove
package.json:enginesand test tweaks fornode4. - Test: Refactor and separate webpack versions from configs.
- Bug: Fix options issue with
statsdefault fields included in output. #44
- Feature: Add
opts.statsto pass custom webpack-native stats config. #18 #31 (@evocateur)
- Feature: Allow
opts.transformto be aPromiseas well as aFunction. #27 - Bug: Correctly fail plugin if
opts.transformthrows in webpack4. - Test: Test errors in all versions of webpack.
- Breaking: Update to node4+.
- Webpack4 compatibility. ([@jdelStrother][])
- Slim down published npm package. (@evilebottnawi)
- Add constructor definition. (@vlkosinov)
- Add
opts.compilerto transform function. #15 (@lostrouter)
- Bad release
- Allow
opts.transformto output arbitrary formats. (@tanem)
- Emit stat file in compilation assets, allowing use in webpack-dev-server / webpack-stream. Fixes #4 (@seanchas116)
- Add
mkdir -pfunctionality foropts.pathdirectories.
- Actually works.
- Is embarrassing and shall be forgotten.