Open
Description
I've been working on a project to create a config wizard for .babelrc. I'm hoping to go through some iterations based on feedback, and eventually get it included in the site as either a link or an embed.
Example output:
{
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
],
"presets": [
[
"env",
{
"targets": {
"browsers": [
"> 1%"
]
}
}
],
"react"
]
}
Any feedback is appreciated, either here or in config-wizard issues.