Update webpack.config.js

This commit is contained in:
uwap 2019-03-08 08:47:14 +01:00 committed by GitHub
parent 140ec32414
commit 5b14134aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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