kara-module-downloader
Version:
kara module download
29 lines (28 loc) • 509 B
Plain Text
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"uglify": true
},
"useBuiltIns": false,
"modules": false
}
],
"stage-0",
"react"
],
"plugins": [
"transform-runtime",
"transform-decorators-legacy",
["import", { "style": "css", "libraryName": "antd-mobile" }]
],
"comments": false
}