From 23dc317c976c394c62b42bc83d50f68591debb01 Mon Sep 17 00:00:00 2001 From: Benjamin Boudreau Date: Sat, 27 Apr 2019 08:01:14 -0400 Subject: [PATCH] fix: webpack config (#82) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 2e2acd3..c1d386f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,7 @@ const devMode = process.env.NODE_ENV !== 'production'; const defaultConfig = { mode: 'production', plugins: [ - new CleanWebpackPlugin(['dist/']), + new CleanWebpackPlugin(), new MiniCssExtractPlugin({ // Options similar to the same options in webpackOptions.output // both options are optional