Move everything to awx/ui_next (#297)

This commit is contained in:
Michael Abashian
2019-06-27 11:11:58 -04:00
committed by GitHub
parent 0a6fc8cb89
commit 43592cbe00
327 changed files with 0 additions and 0 deletions

View 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'
]
};
};