You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #901 Working around missing manifest.json bug (weaverryan)
This PR was merged into the main branch.
Discussion
----------
Working around missing manifest.json bug
This fixes the 2nd part of #893 - #893 (comment)
On Webpack 5, there is some miscommunication between the CleanWebpackPlugin and the WebpackManifestPlugin when using `dev-server`.
The `WebpackManifestPlugin` *does* emit the physical `manifest.json` file, but CleanWebpackPlugin then deletes it. CleanWebpackPlugin should just remove files *before* we start, and not delete anything that's emitted. I'm not sure which plugin has the bug. But, the work around is quite clean.
Commits
-------
a4a6665 Working around missing manifest.json bug
0 commit comments