storybookjs / addon-webpack5-compiler-swc

Adds SWC as a Webpack5 compiler to Storybook
MIT License
1 stars 2 forks source link

Set env.bugfixes by default #6

Closed kasperpeulen closed 1 month ago

kasperpeulen commented 2 months ago

env. bugfixes ranspiles the broken syntax to the closest non-broken modern syntax. E.g. it won't transpile parameter destructuring in Safari, which would break how we detect if the mount context property is used in the play function.