shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.43k stars 186 forks source link

Default fileName clash with PWA manifest.json #160

Closed pxwee5 closed 4 years ago

pxwee5 commented 5 years ago

Just realised that the default fileName setting is manifest.json, which clashes with the manifest.json used by PWA applications.

I know we can change it using the fileName property, but should we change the default to something else? assets.json perhaps?

toastal commented 5 years ago

https://developer.mozilla.org/en-US/docs/Web/Manifest#Deploying_a_manifest_with_the_link_tag

It should be a *.webmanifest instead of *.json anyhow. :upside_down_face: