1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
budibase/packages/client/.babelrc

12 lines
229 B
Plaintext
Raw Normal View History

2019-06-14 21:05:46 +12:00
{
"presets": ["@babel/preset-env"],
"sourceMaps": "inline",
"retainLines": true,
"plugins": [
["@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
}