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