I am trying to upgrade from a v6.5 storybook with vue2 and webpack 4. I tried using the migration and vue3-vite builder. When I try to load even the example stories/ files, the mdx files appear to load, but when I try loading the .stories.js files, they fail. The error stack is:
TypeError: importers[path] is not a function
at importFn (http://localhost:6006/virtual:/@storybook/builder-vite/storybook-stories.js:6:31)
at StoryStore.loadEntry (http://localhost:6006/sb-preview/runtime.mjs:40:10704)
at async CsfDocsRender.prepare (http://localhost:6006/sb-preview/runtime.mjs:85:782)
at async PreviewWeb.renderSelection (http://localhost:6006/sb-preview/runtime.mjs:94:3120)