diff --git a/awx/ui/build/webpack.watch.js b/awx/ui/build/webpack.watch.js index 6ec25bed5a..0ae7d77ef5 100644 --- a/awx/ui/build/webpack.watch.js +++ b/awx/ui/build/webpack.watch.js @@ -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,