mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-03-14 22:29:13 +00:00
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 }]
|
|
]
|
|
}
|