mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Fix eslint errors/warnings emitted to browser
This commit is contained in:
parent
5b8d2e7659
commit
0de5301c23
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user