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',
publicPath: '/static/',
host: '127.0.0.1',
https: true,
https: false,
port: 3000,
clientLogLevel: 'none',
proxy: [{