Skip to content

Commit bd2e583

Browse files
committed
Set the seed option of the WebpackManifestPlugin to fix watch mode
1 parent 5fcd4cb commit bd2e583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/plugins/manifest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const manifestKeyPrefixHelper = require('../utils/manifest-key-prefix-helper');
2222
*/
2323
module.exports = function(plugins, webpackConfig) {
2424
const manifestPluginOptions = {
25+
seed: {},
2526
basePath: manifestKeyPrefixHelper(webpackConfig),
2627
// always write a manifest.json file, even with webpack-dev-server
2728
writeToFileEmit: true,

0 commit comments

Comments
 (0)