Closed jpstevens closed 6 years ago
Unfortunately I don't have the answer.
The ManifestPlugin should be auto generating it based on all the files created during the webpack build (I believe it looks at compilation.getStats()
from webpacks build process).
It should therefore pick it up. I might be an issue upstream, as we shouldn't need to change anything.
Happy for someone to take a look and investigate.
I'm experiencing the same issue
Closing this, as it is currently not being actioned.
If anyone knows why this happens, feel free to submit a PR.
When using something like the following:
The asset manifest comes out like so:
It's missing the entry for
main.c17080f1.css
andmain.c17080f1.min.css
.Any ideas why?