mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Fix eslint errors/warnings emitted to browser
This commit is contained in:
committed by
Jake McDermott
parent
5b8d2e7659
commit
0de5301c23
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user