Commit 15d025d8 by caoyanzhi

取消开发环境自动打开浏览器

parent a6c61893
...@@ -20,7 +20,6 @@ module.exports = { ...@@ -20,7 +20,6 @@ module.exports = {
// publicPath: process.env.NODE_ENV === 'production' ? '/damo-system' : '/', // publicPath: process.env.NODE_ENV === 'production' ? '/damo-system' : '/',
devServer: { devServer: {
port: port, port: port,
open: true,
overlay: { overlay: {
warnings: false, warnings: false,
errors: true errors: true
......
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