19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"useBuiltIns": "entry",
|
|
"corejs": 3
|
|
}
|
|
],
|
|
"@babel/react"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
["@babel/plugin-proposal-class-properties", { "loose": true }]
|
|
]
|
|
}
|