etchteam / storybook-addon-css-variables-theme

Change the CSS variable based design tokens in your storybook on the fly
MIT License
28 stars 12 forks source link

Fix: update babel targets to support Storybook 7.0 #24

Closed BOTLANNER closed 2 years ago

BOTLANNER commented 2 years ago

Storybook 7 changed its targets to modern browsers so it does not contain polyfills like regeneratorRuntime etc. The addon now has to account for that in order to work properly in Storybook 7.0

Breaking changes: CJS targets node 14 ESM now targets modern browsers (chrome 100)

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information