Update build config

This commit is contained in:
Ramon Wenger 2022-01-10 13:48:08 +01:00
parent 7afdc06c7c
commit cd6c90d271
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ spinner.start()
rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
if (err) throw err
webpack(webpackConfig, (err, stats) => {
spinner.stop()
spinner.succeed()
if (err) throw err
process.stdout.write(stats.toString({
colors: true,

View File

@ -47,7 +47,6 @@ const devWebpackConfig = merge(baseWebpackConfig, {
__VUE_OPTIONS_API__: true, // default, but explicit
__VUE_PROD_DEVTOOLS__: false, // default, but explicit
}),
new webpack.HotModuleReplacementPlugin(),
// https://github.com/ampedandwired/html-webpack-plugin
new HtmlWebpackPlugin({
filename: 'index.html',