Closed siosio34 closed 10 months ago
Do you a have a reproduction repo you can share? If not, can you create one? Go to https://storybook.new or see repro docs. Thank you! 🙏
thank you. Actually, the problem was in the part where we imported the cjs module file within the esm module in our project. After converting the legacy cjs module to esm module, it runs fine.
Thank you very much for reading and responding to this issue. @shilman
Describe the bug
We are planning to change the bundling tool from react-webpack5 to react-vite to improve storybook build speed
However, the process does not proceed as the following error appears.
I will also attach existing source code that may be helpful in resolving the error. If you need any more information, please leave a comment.
To Reproduce
No response
System
Additional context
No response