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:
parent
fe58b74d1e
commit
b44c7127f7
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user