Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make esbuild/webpack work with .storybook/preview.js
This js file uses JSX syntax. We have to treat it separately. Including loader: jsx in the existing loader makes it not work with TypeScript so split in into two different loaders for JSX/TS/TSX and JS.
- Loading branch information