dai-vue-temp-m
更改列表
build/config.js 7(+6 -1)
详细信息
build/config.js 7(+6 -1)
diff --git a/build/config.js b/build/config.js
index c709411..393eeb8 100644
--- a/build/config.js
+++ b/build/config.js
@@ -11,5 +11,10 @@ module.exports = config = {
to: './dist/html',
ignore: ['.*']
}
- ]
+ ],
+ webpack: {
+ devServer: {
+ sockHost: '192.168.88.88'
+ }
+ }
};