Commit d2f208e
fix: Fix production build errors for esbuild compatibility
- Change type-only namespace imports to `import type` (Relationship,
Analysis, TissueExperiment) for isolatedModules compatibility
- Change `import X = Namespace.Type` aliases to `type X = ...`
- Remove unused default import from reactome-cytoscape-style, use
named Types export instead
- Raise anyComponentStyle budget from 8kB to 16kB
- Add reactome-cytoscape-style library build step to deploy workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7228544 commit d2f208e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments