.babelrc 316 B

123456789101112
  1. {
  2. "presets": ["next/babel", "@zeit/next-typescript/babel"],
  3. "plugins": [
  4. [
  5. "styled-components",
  6. { "ssr": true, "displayName": true, "preprocess": false }
  7. ],
  8. "inline-react-svg",
  9. "@babel/plugin-proposal-optional-chaining",
  10. "@babel/plugin-proposal-nullish-coalescing-operator"
  11. ]
  12. }