1
0
mirror of https://github.com/beatriceo/polyglot.git synced 2025-04-22 19:59:13 +00:00

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 }]
]
}