mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-05 23:52:26 +03:00
build: set the dev host
This commit is contained in:
@@ -19,7 +19,8 @@ const webpackConfig = merge(baseWebpackConfig, {
|
||||
index: './demo/index.html'
|
||||
},
|
||||
noInfo: true,
|
||||
port: 9000
|
||||
port: 9000,
|
||||
host: '0.0.0.0'
|
||||
},
|
||||
performance: {
|
||||
hints: false
|
||||
|
||||
Reference in New Issue
Block a user