chameleon-tool
Version:
chameleon 脚手架工具
45 lines • 981 B
Plain Text
{
"presets": [
"flow",
[
"env",
{
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
}
],
"stage-0"
],
"plugins": [
"transform-remove-strict-mode",
["transform-runtime", {
"helpers": false,
"polyfill": false,
"regenerator": true,
"moduleName": "babel-runtime"
}],
["babel-plugin-chameleon-import",
[
{
"libraryName": "chameleon-api-miniapp",
"libraryDirectory": "src/interfaces",
"libraryFileName": "index.js",
"defaulLibraryDirectory": "",
"defaulLibraryFileName": "index.js"
},
{
"libraryName": "chameleon-api",
"libraryDirectory": "src/interfaces",
"libraryFileName": "index.js",
"defaulLibraryDirectory": "",
"defaulLibraryFileName": "index.js"
}
]
]
]
}