Commit 1b86b4e
fix: disable sourceMap output to prevent source-map-loader errors in consumers
When installed via file: reference, CRA's source-map-loader follows relative
paths in .js.map files that escape the project root through the symlink,
causing ENOENT. Disabling source maps removes the .map files entirely.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent cb7b226 commit 1b86b4e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments