2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 20:10:35 +03:00

build: set the dev host

This commit is contained in:
mengxiong10
2019-10-23 11:12:40 +08:00
parent a2b5509b8c
commit e6dc883969
+2 -1
View File
@@ -19,7 +19,8 @@ const webpackConfig = merge(baseWebpackConfig, {
index: './demo/index.html' index: './demo/index.html'
}, },
noInfo: true, noInfo: true,
port: 9000 port: 9000,
host: '0.0.0.0'
}, },
performance: { performance: {
hints: false hints: false