Created
November 27, 2019 03:08
-
-
Save nelsson/0ba489e1e3e9c2ff99f25c199d39d88f to your computer and use it in GitHub Desktop.
Configuration Styled Component for project react with webpack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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