Update clean-webpack-plugin to the latest version 🚀 (#97)

* chore(package): update clean-webpack-plugin to version 2.0.0

* chore(package): update lockfile yarn.lock

* Update webpack.config.js
This commit is contained in:
greenkeeper[bot] 2019-03-08 08:50:28 +01:00 committed by uwap
parent 50083999da
commit 43dcf12281
3 changed files with 41 additions and 6 deletions

View file

@ -39,7 +39,7 @@ module.exports = env => ({
]
},
plugins: [
new CleanWebpackPlugin(["dist"]),
new CleanWebpackPlugin(),
new WebpackShellPlugin({onBuildStart:preBuildScripts}),
new HtmlWebpackPlugin({
title: 'Space Map',