Skip to content

Feature: Config Creation Wizard #1181

Open
@brigand

Description

@brigand

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.

Demo | Source

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions