When using this plugin with Webpack v5 the following warning is printed to the console:
(node:3507) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
Needs addressing before Webpack v5 is more widely adopted.
When using this plugin with Webpack v5 the following warning is printed to the console:
Needs addressing before Webpack v5 is more widely adopted.