issues Search Results · repo:vercel/ncc language:JavaScript
Filter by
580 results (93 ms)
580 results
invercel/ncc (press backspace or delete to remove)0.38.1
I have the following source code:
https://github.com/CatChen/eslint-suggestion-action/blob/930479a34a06bfa384291cc877f9d1ce21533ae1/src/getESLint.ts#L16-L19
The dynamic require is compiled into ...
help wanted
The @github/core package has the following exports:
exports : {
. : {
types : ./lib/core.d.ts ,
import : ./lib/core.js
}
}
In a project which has type: module , and simply ...
bug
help wanted
What would you like?
Monitor rollout of Visual Studio 2026 in GitHub Actions Windows runner images and ensure CI tests continue to work.
Why is this needed?
- https://github.com/actions/runner-images/issues/13638 ...
help wanted
Follows on from https://github.com/vercel/ncc/issues/1297
What would you like?
Provide @vercel/ncc with tested compatibility against Node.js 24 for Windows
Why is this needed?
In the GitHub documentation ...
help wanted
For packages that use BigInt, ncc build returns a type error:
TypeError: Cannot mix BigInt and other types, use explicit conversions
at Object.BinaryExpression (/node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache.js:12:106322) ...
help wanted
I don t use directly url.parse() in my code. The warning appears only when I run the built application:
(node:89243) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone ...
What would you like?
Provide @vercel/ncc with tested compatibility against Node.js 24 for macOS, Ubuntu and Windows
Why is this needed?
In the GitHub documentation Creating a JavaScript action, section ...
help wanted
After updating my Node.js version to v22.18.0, I’ve noticed that running NCC (@vercel/ncc) version 0.38.3 now produces
multiple index.js files in the output directory instead of a single bundled file as ...
Hi!
Trying to exclude a module in vain.
Steps to reproduce
ncc build main.js -e module1 -o .\dist\
Actual result
- The code from the excluded module is included in index.js
- The module object ...
If I have sources in src/some/directory/file.ts and a tsconfig.json in the current directory and I try to execute: ncc
src/some/directory/file.ts then NCC will not see the tsconfig.json file because it ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.