madp-seed
Version:
A madp project
33 lines (32 loc) • 659 B
JavaScript
module.exports = {
"presets": [
"@babel/react",
"@babel/env"
],
"plugins": [
[
"@babel/transform-runtime",
{
"helpers": false
}
],
[
"component",
{
"libraryName": "weex-ui",
"libDir": "packages",
"style": false
},
"weex-ui"
],
[
"component",
{
"libraryName": "eeui-design",
"libDir": "packages",
"style": false
},
"eeui-design"
]
]
};