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

ncc does not work with etcd3 package: https://www.npmjs.com/package/etcd3 Repro and error messages as follows: 1. yarn init -y 2. yarn add etcd3 3. file index.js ```js const { Etcd3 }...

bug

Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.6.13. Release notes Sourced from redis's releases. [email protected] Enhancements Upgrade @redis/client from 1.5.13 to 1.5.14 [email protected] Enhancements Upgrade @redis/client from 1.5.12 to 1.5.13 [email protected] Enhancements...

dependencies
javascript

Are there multiple js files in the directory packaged by NCC? const pinyins = await __nccwpck_require__.e(/* import() */ 346).then(__nccwpck_require__.t.bind(__nccwpck_require__, 4346, 23)); index.js 346.index.js ​ Can anyone tell me why this...

question

Hi, I'm trying to bundle my dependencies within an ESM package I get mixed results depending if the module I compile is using ESM or CJS. Here is an example...

bug

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies
javascript

This PR enables the base ncc webpack config to be customized or extended, similar to [NextJS](https://nextjs.org/docs/app/api-reference/next-config-js/webpack): https://nextjs.org/docs/app/api-reference/next-config-js/webpack The use cases of this feature are scenarios such as adding additional webpack...

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.2 to 6.9.9. Release notes Sourced from nodemailer's releases. v6.9.9 6.9.9 (2024-02-01) Bug Fixes security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if...

dependencies
javascript

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

In a project with `"type": "module"` in the package.json that also contains `.cjs` files, the `.cjs` files cannot access the global variables `__filename`, `__dirname`, etc that should be available to...

bug

e.g. the newer socket.io packages contain esm and cjs .js files in their [dist folder (4.4.0)](https://github.com/socketio/socket.io/tree/4.4.0/client-dist) * `socket.io.esm.min.js` * `socket.io.min.js` When we use `--asset-builds` (we need this, because of other...

bug