.babelrc 292 B

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