.babelrc 209 B

123456789101112131415
  1. {
  2. "presets": [
  3. "next/babel"
  4. ],
  5. "plugins": [
  6. [
  7. "babel-plugin-styled-components",
  8. {
  9. "ssr": true,
  10. "displayName": true,
  11. "preprocess": false
  12. }
  13. ]
  14. ]
  15. }