From 3a7e543248e4dfc4dcd8ca0e77ef54293ee478da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 3 Jun 2019 12:21:43 +0200 Subject: [PATCH] Adapt to https://github.com/johnagan/clean-webpack-plugin/pull/138 --- config/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.common.js b/config/webpack.common.js index 59381147..2eb0ae7d 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -5,7 +5,7 @@ const path = require('path'); -const CleanWebpackPlugin = require('clean-webpack-plugin'); +const {CleanWebpackPlugin} = require('clean-webpack-plugin'); const C = require('./webpack.constants.js');