webpack-pwa-manifest
webpack-pwa-manifest copied to clipboard
Webpack 5 support, deprecation warning: DEP_WEBPACK_COMPILATION_ASSETS
(node:33508) [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_*.
I'm still getting this with "html-webpack-plugin": "^5.2.0", and "webpack-pwa-manifest": "^4.3.0" any news?
Is there any activity on this?
Is there any activity on this?
I ended up creating my own manifest.json file manually. This package is overkill.
Hello everyone. Do we have any news? or maybe this plugin unsupported ?
I think unsupported is the case
any updates or alternatives here ?