Isaac Rankin

Results 1 comments of Isaac Rankin

I have the same issue after switching from using Webpack to Vite with Storybook. ![MicrosoftTeams-image](https://github.com/storybookjs/storybook/assets/87676367/6881929f-9b56-4640-a103-a692a99a3722) Given the following JavaScript: ```JavaScript // index.js import DevContainer from './DevContainer'; export default DevContainer; ```...