mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
18 lines
312 B
Text
18 lines
312 B
Text
{
|
|
"presets": [
|
|
["env", {
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": "> 1%",
|
|
"uglify": true
|
|
},
|
|
"useBuiltIns": true
|
|
}]
|
|
],
|
|
|
|
"plugins": [
|
|
"syntax-dynamic-import",
|
|
"transform-object-rest-spread",
|
|
["transform-class-properties", { "spec": true }]
|
|
]
|
|
}
|