arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 94 forks source link

Webpack 5 support, deprecation warning: DEP_WEBPACK_COMPILATION_ASSETS #144

Open wintercounter opened 3 years ago

wintercounter commented 3 years ago
(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_*.
Wyzix33 commented 3 years ago

I'm still getting this with "html-webpack-plugin": "^5.2.0", and "webpack-pwa-manifest": "^4.3.0" any news?

Enase commented 3 years ago

Is there any activity on this?

eliseumds commented 3 years ago

Is there any activity on this?

I ended up creating my own manifest.json file manually. This package is overkill.

sergeushenecz commented 3 years ago

Hello everyone. Do we have any news? or maybe this plugin unsupported ?

marcusjwhelan commented 2 years ago

I think unsupported is the case

parammittal163 commented 1 year ago

any updates or alternatives here ?