Same issue as @stefanlivens. We're trying to use storybook-vite-builder but facing an error because an old version of esbuild is used. I've made what I think are all the fixes for the breaking changes and tested it in the react and vue examples.
I've also tested it by using patch-package on our project and everything works.
alternative to #39
Same issue as @stefanlivens. We're trying to use
storybook-vite-builder
but facing an error because an old version of esbuild is used. I've made what I think are all the fixes for the breaking changes and tested it in the react and vue examples.I've also tested it by using patch-package on our project and everything works.