Commit 88485e3
committed
fix: properly bundle @InQuirer modules as external dependencies
The @inquirer/input, @inquirer/password, and @inquirer/search packages
were not being bundled into dist/external, causing socket-cli's build to
fail when trying to resolve these modules. This fix adds these packages
to the bundling configuration in build-externals.mjs so they are properly
bundled with esbuild instead of being left as stub re-exports.
This ensures socket-cli can properly resolve @InQuirer dependencies when
importing from @socketsecurity/lib, fixing the build chain dependency
resolution issue.1 parent 3f0cb17 commit 88485e3
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
0 commit comments