mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
14 lines
317 B
Text
14 lines
317 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-transform-runtime",
|
|
{ "helpers": false }]
|
|
],
|
|
"ignore": ["ui/**/*"]
|
|
}
|