fix missing comma

This commit is contained in:
Jake McDermott
2018-02-24 13:59:55 -05:00
parent 87350e1014
commit 6bdcba307c

View File

@@ -52,7 +52,7 @@ const watch = {
publicPath: '/static/', publicPath: '/static/',
host: '127.0.0.1', host: '127.0.0.1',
port: 3000, port: 3000,
https: true https: true,
proxy: { proxy: {
'/': { '/': {
target: TARGET, target: TARGET,