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 ddf30dd commit ae46095Copy full SHA for ae46095
package/environments/base.js
@@ -44,7 +44,7 @@ const getPluginList = () => {
44
'Manifest',
45
new WebpackAssetsManifest({
46
entrypoints: true,
47
- writeToDisk: true,
+ writeToDisk: !!process.env.WEBPACK_DEV_SERVER,
48
publicPath: config.publicPathWithoutCDN
49
})
50
)
0 commit comments