|
@@ -34,7 +34,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
|
|
compress: true,
|
|
compress: true,
|
|
// host: HOST || config.dev.host,
|
|
// host: HOST || config.dev.host,
|
|
// host: '192.168.3.6',
|
|
// host: '192.168.3.6',
|
|
- host: '192.168.1.104',
|
|
|
|
|
|
+ host: '192.168.1.106',
|
|
port: PORT || config.dev.port,
|
|
port: PORT || config.dev.port,
|
|
open: config.dev.autoOpenBrowser,
|
|
open: config.dev.autoOpenBrowser,
|
|
overlay: config.dev.errorOverlay
|
|
overlay: config.dev.errorOverlay
|