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 111 ncc issues
Sort by recently updated
recently updated
newest added

Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 7.24.0 to 10.11.1. Commits 7709f10 Version Packages (#8202) e16d613 Merge master into release e1a7764 Go back using xmlhttprequest for bidi-streams (#8197) 36b283f Emit a module package file...

dependencies
javascript

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.3.0 to 5.5.2. Release notes Sourced from amannn/action-semantic-pull-request's releases. v5.5.2 5.5.2 (2024-04-24) Bug Fixes Bump tar from 6.1.11 to 6.2.1 (#262 by @​EelcoLos) (9a90d5a) v5.5.1 5.5.1 (2024-04-24)...

dependencies
github_actions

When using assetBuilds, when multiple JSs in the dynamically loaded JS directory contain the same resource, it will output multiple identical resources. ``` NCC(buildMain, { // provide a custom cache...

bug

Hello, I get the following error: ``` ncc: Version 0.38.1 ncc: Compiling file index.js into ESM ncc: Using [email protected] (local user-provided) Error: [tsl] ERROR TS5096: Option 'allowImportingTsExtensions' can only be...

bug

I am encountering a TypeError: Cannot read properties of undefined (reading 'uid') when using ncc in a project managed with Lerna's workspaces where module paths are symlinked. Below are the...

**Context** I have a NextJS application (running JS, not TS) with a `jsconfig.json` file used to map some module aliases (`@utils` for example). Everything works fine there! However, we need...

Can I configure TsLoader options via this tool? That could be very useful.

Can you please include a paragraph in the readme, where you describe what is differences and advantages over i.e. parcel or other bundlers? thanks

Adds a `--filename` (or `-f`) option to the NCC CLI to change the name of the emitted file from the standard `index.c|js` name. fixes: #539, #492

Just like https://github.com/zeit/ncc/issues/492 did, I would like to suggest an option to **change the default name of the output file** after running the command line. Apparently you can change the...

enhancement