Commit 552838fe authored by caicaicai's avatar caicaicai

修改

parent e3ba87c4
......@@ -10,8 +10,8 @@ module.exports = {
productionSourceMap:false, //去掉打包的时候生成的map文件
lintOnSave: false, // 是否在开发环境下通过 eslint-loader 在每次保存时 lint 代码
devServer: {
host: '192.168.0.101', // 也可以直接写IP地址这样方便真机测试
//host: 'localhost',
//host: '192.168.0.101', // 也可以直接写IP地址这样方便真机测试
host: 'localhost',
port: 3002, // 端口号
https: false, // https:{type:Boolean}
open: 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