bug fixed

This commit is contained in:
maplemei
2021-07-22 13:16:36 +08:00
parent 8774b1f79c
commit 170d8ab0d1
15 changed files with 96 additions and 40 deletions

View File

@@ -93,7 +93,10 @@ const webpackConfig = {
}),
new webpack.BannerPlugin(banner),
new VueLoaderPlugin(),
],
],
optimization: {
minimize: true,//可以自行配置是否压缩
},
devServer: {
host: '0.0.0.0',
port: 9001,