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.)