Webpack 5 Compatibility
jasoncomes opened this issue · 2 comments
jasoncomes commented
- Operating System: MacOS Catalina
- Node Version: v12.16.3
- NPM Version: 6.14.4
- webpack Version: 5.1.2
- image-minimizer-webpack-plugin Version: 1.0.0
Feature Proposal
Compatibility with Webpack 5. I don't see a pr or new branch regarding this, was wondering if this was part of the roadmap and if there was an ETA?
95% emitting emit ImageMinimizerPlugin(node:79918) [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_*.
alexander-akait commented
Sorry, we don't have this deprecation, double check your version