- Bug: Better inference of
RawSource
for use with Terser plugin. #91
- Bug: Use
RawSource
from 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
processAssets
hook stage toPROCESS_ASSETS_STAGE_REPORT
to correctly get hashed asset names. #56
- Feature: Support
webpack@5
. - Package: Remove
package.json:engines
and test tweaks fornode4
. - Test: Refactor and separate webpack versions from configs.
- Bug: Fix options issue with
stats
default fields included in output. #44
- Feature: Add
opts.stats
to pass custom webpack-native stats config. #18 #31 (@evocateur)
- Feature: Allow
opts.transform
to be aPromise
as well as aFunction
. #27 - Bug: Correctly fail plugin if
opts.transform
throws 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.compiler
to transform function. #15 (@lostrouter)
- Bad release
- Allow
opts.transform
to output arbitrary formats. (@tanem)
- Emit stat file in compilation assets, allowing use in webpack-dev-server / webpack-stream. Fixes #4 (@seanchas116)
- Add
mkdir -p
functionality foropts.path
directories.
- Actually works.
- Is embarrassing and shall be forgotten.