2018-08-27 14:37:06 +00:00
|
|
|
{
|
|
|
|
"presets": [
|
2018-08-31 19:47:33 +00:00
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"modules": false,
|
|
|
|
"targets": {
|
|
|
|
"browsers": "> 1%",
|
|
|
|
"uglify": true
|
|
|
|
},
|
|
|
|
"useBuiltIns": true
|
|
|
|
}
|
|
|
|
]
|
2018-08-27 14:37:06 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"syntax-dynamic-import",
|
|
|
|
"transform-object-rest-spread",
|
2018-08-31 19:47:33 +00:00
|
|
|
"transform-runtime",
|
|
|
|
[
|
|
|
|
"transform-class-properties",
|
|
|
|
{
|
|
|
|
"spec": true
|
|
|
|
}
|
|
|
|
]
|
2018-08-27 14:37:06 +00:00
|
|
|
]
|
|
|
|
}
|