Commit cdab32b
committed
refactor(cli-with-sentry): make @sentry/node external dependency
Change esbuild config to treat @sentry/node as external rather than
bundling it. This allows the dependency to be resolved from node_modules
at runtime, reducing bundle size and improving maintainability.1 parent 82da41e commit cdab32b
File tree
1 file changed
+2
-4
lines changed- packages/cli-with-sentry/.config
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
0 commit comments