transitive-bullshit / create-react-library

CLI for creating reusable react libraries.
https://transitivebullsh.it/javascript-dev-tools-in-2022
4.78k stars 299 forks source link

modify babel config to add a plugin #283

Open gianko opened 4 years ago

gianko commented 4 years ago

I need to add

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

creating a .babelrc file does not work

https://styled-components.com/docs/tooling#babel-plugin

el-ethan commented 3 years ago

I also am trying to modify the babel config so that I can use styled-jsx. Any suggestions?