We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcd4cb commit bd2e583Copy full SHA for bd2e583
lib/plugins/manifest.js
@@ -22,6 +22,7 @@ const manifestKeyPrefixHelper = require('../utils/manifest-key-prefix-helper');
22
*/
23
module.exports = function(plugins, webpackConfig) {
24
const manifestPluginOptions = {
25
+ seed: {},
26
basePath: manifestKeyPrefixHelper(webpackConfig),
27
// always write a manifest.json file, even with webpack-dev-server
28
writeToFileEmit: true,
0 commit comments