Commit f2a28107 authored by 顾文旭's avatar 顾文旭

prod fix hot false

parent 139493bf
......@@ -33,7 +33,7 @@ module.exports = {
productionSourceMap: false, // 去掉生成环境的 sourceMap
devServer: {
proxy: "http://127.0.0.1:8055", //http://localhost:8055
hot: true,
hot: false,
disableHostCheck: true,
},
configureWebpack: (config) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment