Conversation
This repo is esm (`type: module`), so the `.js` extension is treated as esm, not cjs. this causes the storybook build failure in 9.1.10
|
Hey @unional. I tested the addon with 9.1.16 and couldn't reproduce the issue. Can you upgrade to I also just shipped a new version of the addon |
|
If you test is within the repo, you won't able to repro it as Vite uses rollup for local code and esbuild on dependencies. I also need to update my addons to support v10 but that will take a while. In this PR, I change the filename as that's the easier way to fix the issue. |
|
I initialized a new
|
This repo is esm (
type: module), so the.jsextension is treated as esm, not cjs.this causes the storybook build failure in 9.1.10