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