From 5b14134aa803e83d22281debe35ca0148434f01d Mon Sep 17 00:00:00 2001 From: uwap Date: Fri, 8 Mar 2019 08:47:14 +0100 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cec093a..adf61e6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -39,7 +39,7 @@ module.exports = env => ({ ] }, plugins: [ - new CleanWebpackPlugin(["dist"]), + new CleanWebpackPlugin(), new WebpackShellPlugin({onBuildStart:preBuildScripts}), new HtmlWebpackPlugin({ title: 'Space Map',