CRED-CLUB / neopop-web

NeoPOP components library based on CRED's design system
https://playground.cred.club
Apache License 2.0
958 stars 146 forks source link

chore: Remove nullish coalescing and optional chaining plugins #23

Closed shanpriyan closed 2 years ago

shanpriyan commented 2 years ago

Removed @babel/plugin-proposal-nullish-coalescing-operator and @babel/plugin-proposal-optional-chaining plugins from babel.config, since both are included in @babel/preset-env.

image image

shanpriyan commented 2 years ago

Did you try building the repo once? Building storybook as well?

Checked with storybook, it builds.