1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

reactivate linter for dev server

This commit is contained in:
Jake McDermott 2018-04-04 20:11:53 -04:00
parent fe58b74d1e
commit b44c7127f7
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -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({