diff --git a/webpack.config.js b/webpack.config.js index ad157f846..a79503565 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,6 +15,7 @@ export default (env, argv) => { output: { filename: 'bundle.js', path: path.resolve(__dirname, 'out'), + clean: true }, module: { rules: [