mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
Move everything to awx/ui_next (#297)
This commit is contained in:
18
awx/ui_next/babel.config.js
Normal file
18
awx/ui_next/babel.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = api => {
|
||||
api.cache(false);
|
||||
return {
|
||||
plugins: [
|
||||
'babel-plugin-styled-components',
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
'macros'
|
||||
],
|
||||
presets: [
|
||||
['@babel/preset-env', {
|
||||
targets: {
|
||||
node: '8.11'
|
||||
}
|
||||
}],
|
||||
'@babel/preset-react'
|
||||
]
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user