Upgrade dependencies

This commit is contained in:
typicode
2019-05-20 06:07:52 +02:00
parent ff9e4e29fd
commit 47392e0a4d
3 changed files with 2325 additions and 2227 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
]
},
plugins: [
new CleanWebpackPlugin(['dist']),
new CleanWebpackPlugin(),
new HtmlWebpackPlugin({
favicon: 'src/front/favicon.ico',
template: 'src/front/index.html'