You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TeleJSON breaks with Vite 2.3.x (Used in storybook-builder-vite) because TeleJSON is only published to npm as a CJS module. Would it be possible to double-publish this library - like Storybook - so that its source code is TypeScript, but transpiled and published to npm both as CJS and ESM?
The text was updated successfully, but these errors were encountered:
Related to storybookjs/storybook#14910
TeleJSON breaks with Vite 2.3.x (Used in storybook-builder-vite) because TeleJSON is only published to npm as a CJS module. Would it be possible to double-publish this library - like Storybook - so that its source code is TypeScript, but transpiled and published to npm both as CJS and ESM?
The text was updated successfully, but these errors were encountered: