dmp-cli
Version:
Dmp component's cli
54 lines (53 loc) • 976 B
Plain Text
{
"presets": [
[
"env",
{
"modules": false,
"debug": false,
"useBuiltIns": true,
"targets": {
"browsers": [
"last 2 versions",
"ie >= 11"
]
}
}
],
"react"
],
"plugins": [
"lodash",
"transform-runtime",
"transform-object-rest-spread",
"transform-class-properties",
"transform-decorators-legacy",
"syntax-dynamic-import",
["import", {
"libraryName": "antd"
}]
],
"env": {
"development": {
"plugins": [
[
"react-transform",
{
"transforms": [
{
"transform": "react-transform-hmr",
"imports": [
"react"
],
"locals": [
"module"
]
}
]
}
],
"transform-react-jsx-source"
]
}
}
}