mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
10 lines
289 B
Text
10 lines
289 B
Text
{
|
|
"presets": [ "@babel/preset-env", "@babel/preset-flow" ],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
["@babel/plugin-transform-runtime",
|
|
{ "helpers": false }]
|
|
]
|
|
}
|