Fix eslint errors/warnings emitted to browser

This commit is contained in:
gconsidine 2017-11-07 11:45:23 -05:00 committed by Jake McDermott
parent 5b8d2e7659
commit 0de5301c23

View File

@ -26,13 +26,7 @@ const watch = {
test: /\.js$/,
enforce: 'pre',
exclude: /node_modules/,
loader: 'eslint-loader',
options: {
failOnWarning: false,
failOnError: false,
emitError: false,
emitWarning: false
}
loader: 'eslint-loader'
}
]
},
@ -60,6 +54,7 @@ const watch = {
https: true,
port: 3000,
https: true,
clientLogLevel: 'none',
proxy: {
'/': {
target: TARGET,