Created
August 19, 2019 11:30
-
-
Save hatakancicek/f936366b5c2887acde3bd72914f6c085 to your computer and use it in GitHub Desktop.
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
Show hidden characters
{ | |
"presets": [["next/babel"]], | |
"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