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
The text was updated successfully, but these errors were encountered:
jamespantalones
changed the title
Storybook Still Using Webpack Despite adding builder option
Storybook still using Webpack, despite adding correct builder option
Feb 18, 2022
As for webpack, it is indeed still used to build the manager portion of storybook (the sidebar and panels, etc). This builder is only responsible for the "preview" i.e. the iframe that your component renders into.
Not sure what's going on exactly, but Webpack is still being used even after following instructions with a clean install.
Initialized a
vite
project using react and react-tsThen added storybook and
storybook-builder-vite
:My current config:
However, Webpack is still used, according to console output....
Seeing this error on the client:
And unable to view any stories.
This is with
storybook-builder-vite:^0.1.16
and[email protected]
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: