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');