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 f3a8de2 commit 85af54cCopy full SHA for 85af54c
1 file changed
webpack.js
@@ -22,6 +22,9 @@ if (isDevServer) {
22
})
23
)
24
} else {
25
+ webpackConfig.output.clean = {
26
+ keep: /\webpack-stats\.json$/,
27
+ }
28
webpackConfig.stats = {
29
context: path.resolve(__dirname, 'src'),
30
assets: true,
0 commit comments