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
Description
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
Labels
No labels