shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 185 forks source link

Generates assets-manifest.json instead of manifest.json #242

Closed simPod closed 3 years ago

simPod commented 3 years ago

Documentation Is:

Specifies the file name to use for the resulting manifest. By default the plugin will emit 
- manifest.json 
+ assets-manifest.json
to your output directory

Please Explain in Detail...

I upgraded to webpack 5 and this plugin to v3 and it started generating assets-manifest.json instead of manifest.json

simPod commented 3 years ago

Ok FML, I'm using v5 of webpack-assets-manifest. Sorry 🙃