mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 12:39:12 +00:00
14 lines
340 B
Text
14 lines
340 B
Text
{
|
|
"presets": [ ["@babel/preset-env", {
|
|
"targets": {
|
|
"node": true
|
|
}
|
|
}], "@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 }]
|
|
]
|
|
}
|