arthurbergmz / webpack-pwa-manifest

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

Inject pwa-manifest file into webpack-manifest-plugin #156

Open tanguy29480 opened 3 years ago

tanguy29480 commented 3 years ago

Hello, I'm using webpack-manifest-plugin, i would find very useful if pwa-manifest with fingerprint can be added to the webpack-manifest by the webpack-manifest-plugin. The issue, i think, is that the manifest is not part of the entries, so it is not "catch" by the webpack-manifest-plugin. Is it possible to do it like you have done for the HtmlWebpackPlugin ?

Thank very much for your current work and all the work ahead !

molfar commented 3 years ago

32 I have the same problem

coreyworrell commented 1 year ago

Having this issue still today as well.