Commit 7fd193b
committed
fix: use inline sourcemaps for dynamic loader to avoid external path error
The esbuild loader was configured with 'external' sourcemaps but also
'write: false', which causes an error since external sourcemaps need
an output path. Changed to 'inline' sourcemaps which work correctly
with in-memory builds.
This fixes the 'Cannot use an external source map without an output path'
error when loading TypeScript/JSX files dynamically.1 parent 1874145 commit 7fd193b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments