mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
26 lines
352 B
Text
26 lines
352 B
Text
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"env",
|
||
|
{
|
||
|
"modules": false,
|
||
|
"targets": {
|
||
|
"browsers": "> 1%",
|
||
|
"uglify": true
|
||
|
},
|
||
|
"useBuiltIns": true
|
||
|
}
|
||
|
],
|
||
|
"react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"syntax-dynamic-import",
|
||
|
[
|
||
|
"transform-class-properties",
|
||
|
{
|
||
|
"spec": true
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|