Eirik Sletteberg 09d5e7bb1c Use default entry point of source-loader
Previously, Storybook was hard-coded to use the CJS version
of @storybook/source-loader. Now, we use the default entrypoint,
which means the build tool will check package.json for the
preferred entry point (CJS or ESM).

(In this case, hard-coding to CJS broke the Vite build.)
2021-04-18 10:43:12 +02:00
..