forgeplus-react/.babelrc

16 lines
255 B
Plaintext
Raw Normal View History

2020-11-25 17:25:59 +08:00
{
"presets": [
"env",
2020-11-25 17:25:59 +08:00
"react",
"stage-2"
],
2020-11-26 15:45:54 +08:00
"plugins": [[
"transform-runtime",
{
"helpers": false,
"polyfill": false,
"regenerator": true,
"moduleName": "babel-runtime"
}
2022-09-09 09:06:22 +08:00
],["transform-decorators-legacy"]]
2020-11-25 17:25:59 +08:00
}