simplify-cd/.babelrc

10 lines
155 B
Plaintext
Raw Permalink Normal View History

2022-01-16 04:35:07 +00:00
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-export-default-from"
]
}