Merge pull request #1275 from jaredevantabor/webpack-dev

Changes https flag to false for UI dev env watcher
This commit is contained in:
Jared Tabor
2018-04-10 14:01:03 -07:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ const watch = {
stats: 'minimal', stats: 'minimal',
publicPath: '/static/', publicPath: '/static/',
host: '127.0.0.1', host: '127.0.0.1',
https: true, https: false,
port: 3000, port: 3000,
clientLogLevel: 'none', clientLogLevel: 'none',
proxy: [{ proxy: [{