Update webpack.config.js
This commit is contained in:
parent
140ec32414
commit
5b14134aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ module.exports = env => ({
|
|||
]
|
||||
},
|
||||
plugins: [
|
||||
new CleanWebpackPlugin(["dist"]),
|
||||
new CleanWebpackPlugin(),
|
||||
new WebpackShellPlugin({onBuildStart:preBuildScripts}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Space Map',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue