From ec52f1ed1b294381c6485d6b47fe024f240696bf Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 2 Sep 2019 17:58:21 +0200 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 b15efe9dd..7e5e73664 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,4 +1,4 @@ -const CleanWebpackPlugin = require('clean-webpack-plugin') +const { CleanWebpackPlugin } = require('clean-webpack-plugin') const HtmlWebpackPlugin = require('html-webpack-plugin') const MiniCssExtractPlugin = require('mini-css-extract-plugin')