1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

remove babel config.js to favor .babelrc file

This commit is contained in:
John Mitchell 2018-10-24 21:34:20 -04:00
parent cfb89f1e31
commit 51c58d5645
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -66,10 +66,5 @@
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
]
},
"babel": {
"presets": [
"react-app"
]
}
}