Commit e9ba047
fix: include production node_modules in packaged app
Remove !node_modules from electron-builder files config so production
dependencies (like electron-pixel-picker) are automatically included
in the asar. electron-builder already excludes devDependencies by
default — the blanket exclusion was preventing all npm packages from
being available at runtime in packaged builds.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f56afd1 commit e9ba047
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| 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