Commit 6fffa5c
Fix Storybook build by converting preset.ts to ES modules and temporarily disabling MDX
- Convert require.resolve() to ES module syntax using import.meta.url
- Remove MDX files from stories config to fix build (MDX support needs proper addon configuration)
Co-authored-by: d10c <9970661+d10c@users.noreply.github.com>1 parent 794be4c commit 6fffa5c
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | | - | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
6 | | - | |
| 11 | + | |
7 | 12 | | |
0 commit comments