26 lines
388 B
Text
26 lines
388 B
Text
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": "> 1%",
|
|
"uglify": true
|
|
},
|
|
"useBuiltIns": true
|
|
}
|
|
],
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"syntax-dynamic-import",
|
|
"transform-object-rest-spread",
|
|
[
|
|
"transform-class-properties",
|
|
{
|
|
"spec": true
|
|
}
|
|
]
|
|
]
|
|
}
|