Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Adding custom config for babel #345

Closed
@seleckis

Description

@seleckis

I want to use babel-plugin-styled-components. To enable this I need to add configuration like this:

{
  "plugins": [
    ["babel-plugin-styled-components", {
      "displayName": false
    }]
  ]
}

in .babelrc. But there is no .babelrc in this project.

Is it possible to add babel config params without ejecting react scripts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions