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
commit 03f4010edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: [{