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 #414 Fix entries disappearing from the manifest when using --watch (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Fix entries disappearing from the manifest when using --watch
This PR should fix#413.
When using `--watch` the first build works fine (unless you're using a recent version of `mini-css-extract-plugin`... but that's another story :)), but the next ones don't include all the assets.
Based on a few tests I made it could be related to shellscape/webpack-manifest-plugin#144 but that issue won't be fixed until the next major version of WebpackManifestPlugin (3.x).
Since the workaround (setting the `seed` option to `{}`) seems to be working fine I suggest that we add it to the default options that are passed to the plugin.
Commits
-------
bd2e583 Set the seed option of the WebpackManifestPlugin to fix watch mode
0 commit comments