There was an error while loading. Please reload this page.
1 parent d0ec90b commit cf2cda7Copy full SHA for cf2cda7
build/webpack.dev.conf.js
@@ -46,9 +46,9 @@ config.plugins.push(
46
template: PATHS.SRC.join('index.html')
47
}),
48
new BrowserSyncPlugin({
49
- host: '127.0.0.1',
+ host: 'localhost',
50
port: PORTS.BROWSER_SYNC,
51
- proxy: 'http://127.0.0.1:' + PORTS.DEV_SERVER,
+ proxy: 'localhost:' + PORTS.DEV_SERVER,
52
notify: false
53
}, {
54
reload: false
0 commit comments