You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(storybook): Adding vite-plugin-node-polyfills to SB Vite config (#12050)
Our vite package already depends on vite-plugin-node-polyfills, but yarn
would sometimes place that package inside node_modules inside the vite
package instead of at the root node_modules. So when it was requested by
Storybook's vite node wouldn't find it. Explicitly adding it to
Storybook and its vite config solves this.
Fix first discovered and merged here:
cedarjs/cedar#2
0 commit comments