Skip to content

Instantly share code, notes, and snippets.

@nelsson
Created November 27, 2019 03:08
Show Gist options
  • Select an option

  • Save nelsson/0ba489e1e3e9c2ff99f25c199d39d88f to your computer and use it in GitHub Desktop.

Select an option

Save nelsson/0ba489e1e3e9c2ff99f25c199d39d88f to your computer and use it in GitHub Desktop.
Configuration Styled Component for project react with webpack
package:
"babel-plugin-styled-components": "^1.10.6",
"styled-components": "^4.4.1",
En src: create .babelrc
with:
{
"plugins": [
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment