4 Commits

Author SHA1 Message Date
Eirik Sletteberg
01ff66a678 Re-add deprecated d.ts file as well 2021-04-18 11:09:07 +02:00
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
Norbert de Langen
aab422d33d
move ts3.4 into dist, generate types into dist/ts3.9, make esm dist for all, fix issues 2020-12-08 17:54:25 +01:00
Michael Shilman
0c8b9ac0d9 Soruce-loader: Export extract-source in its own entry point 2020-09-09 16:52:18 +08:00