diff --git a/awx/ui/build/webpack.watch.js b/awx/ui/build/webpack.watch.js index c764ec4b85..5bf1aad89c 100644 --- a/awx/ui/build/webpack.watch.js +++ b/awx/ui/build/webpack.watch.js @@ -20,18 +20,16 @@ const watch = { output: { filename: OUTPUT }, - /* - *module: { - * rules: [ - * { - * test: /\.js$/, - * enforce: 'pre', - * exclude: /node_modules/, - * loader: 'eslint-loader' - * } - * ] - *}, - */ + module: { + rules: [ + { + test: /\.js$/, + enforce: 'pre', + exclude: /node_modules/, + loader: 'eslint-loader' + } + ] + }, plugins: [ new HtmlWebpackHarddiskPlugin(), new HardSourceWebpackPlugin({