Commit 44c6cec
committed
fix(build): remove uninstalled @InQuirer packages from bundle config
Remove @inquirer/checkbox, @inquirer/core, and @inquirer/prompts from
the bundle configuration as they are not in devDependencies. These
packages were causing build failures with 'Failed to bundle' errors.
Only bundle @InQuirer packages that are actually installed:
- confirm, input, password, search, select1 parent 0ca9971 commit 44c6cec
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments