ncc icon indicating copy to clipboard operation
ncc copied to clipboard

Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.

Results 119 ncc issues
Sort by recently updated
recently updated
newest added

We are trying to swap out `node-fetch` for `undici`, but unfortunately we are running into ncc compiling issues. Specifically, there is a patched issue with Terser removing parentheses for `!(#test...

Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 7.24.0 to 10.13.2. Release notes Sourced from firebase's releases. [email protected] For more detailed release notes, see Firebase JavaScript SDK Release Notes. What's Changed @​firebase/util@​1.10.0 Minor Changes 16d62d4fa...

dependencies
javascript

Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.7.0. Release notes Sourced from redis's releases. [email protected] Enhancements Upgrade @redis/client from 1.5.16 to 1.6.0 Upgrade @redis/json from 1.0.6 to 1.0.7 Upgrade @redis/search from 1.1.6...

dependencies
javascript

Bumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.33.5. Changelog Sourced from sharp's changelog. v0.33.5 - 16th August 2024 Upgrade to libvips v8.15.3 for upstream bug fixes. Add pageHeight and pages to response...

dependencies
javascript

Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 4.2.3. Changelog Sourced from web-vitals's changelog. v4.2.3 (2024-08-06) Fix missing LoAF entries in INP attribution (#512) v4.2.2 (2024-07-17) Fix interaction count after bfcache restore (#505)...

dependencies
javascript

https://www.npmjs.com/package/null-writable changed to being an ESM module in v2. Now it cannot be packed by NCC anymore. With 1.0.5 packing works like a breeze. But as soon as you use...

bug
help wanted

I'm not sure if this is as designed or a bug. Any help is appreciated! I have a npm workspace that uses TypeScript. All the packages have `composite: true` so...

bug
help wanted

Package node-red on risc-v board, encounter an error. ```bash mkdir nr ncc cd ncc npm i @vercel/ncc cd ../nr npm i [email protected] ../ncc/node_modules/.bin/ncc build node_modules/node-red/red.js -o dist ``` Output log:...

Hi all, the underlying framework that I'm using assumes that I have some JSON and TS file in a specific path. Would it be possible to force include some files...