ncc

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

MIT License

Downloads
1.8M
Stars
8.9K
Committers
58

Bot releases are visible (Hide)

ncc - 0.28.5

Published by styfle over 3 years ago

Patches

  • Fix: handle terser error: #703
  • Fix: treat compilation.errors as a set: #705
  • Fix: unify target arg description, add transpile-only arg to readme: #702

Credits

Huge thanks to @guybedford and @Simek for helping!

ncc - 0.28.4

Published by styfle over 3 years ago

Patches

  • Fix: Adjust caching to use hashes: #698
  • Fix: support top-level await: #700
  • Fix: publish should build without cache: #701
  • Chore: redis from 2.8.0 to 3.1.1: #699
  • Chore: Bump ssri from 6.0.1 to 6.0.2: #695
  • Chore: rename master to main: #694

Credits

Huge thanks to @guybedford for helping!

ncc - 0.28.3

Published by styfle over 3 years ago

Patches

  • Fix: lock license plugin version: #692

Credits

Huge thanks to @huozhi for helping!

ncc - 0.28.2

Published by styfle over 3 years ago

Patches

  • Fix: unknown compiler option incremental: #685
  • Fix: replace .npmignore with "files" prop: #688

Credits

Huge thanks to @Songkeys for helping!

ncc - 0.28.1

Published by styfle over 3 years ago

Patches

  • Fix: Rebuild bundle to fix #684
  • Deps: Bump codecov to 3.8.1: #683
ncc - 0.28.0

Published by styfle over 3 years ago

Minor Changes

  • Feat: exports conditions semantics: #665
  • Feat: imports support, webpack upgrade: #672
  • Feat: Support Regexp externals: #654
  • Fix: TS interop test and fix: #671
  • Fix: Upgrade local TS: #674
  • Chore: Interop test case: #667
  • Chore: add console output when minifying fails: #648
  • Chore: Add Node.js 14 to CI: #659
  • Docs: Fix out [file] → out [dir]: #675
  • Deps: Update to [email protected]: #681
  • Deps: Update to [email protected]: #664
  • Deps: Update to [email protected]: #658
  • Deps: Update to [email protected]: #682
  • Deps: Upgrade to [email protected]: #673
  • Deps: Update to [email protected]: #662
  • Deps: Upgrade to [email protected]: #669
  • Deps: Bump socket.io from 2.2.0 to 2.4.0: #645
  • Deps: Bump pug from 2.0.3 to 3.0.1: #656
  • Deps: Bump elliptic from 6.5.3 to 6.5.4: #657
  • Deps: Bump msgpack5 from 4.2.1 to 4.5.1: #660
  • Deps: Bump y18n from 3.2.1 to 3.2.2: #678

Credits

Huge thanks to @guybedford, @Songkeys, @adriencohen, and @huozhi for helping!

ncc - 0.27.0

Published by styfle almost 4 years ago

Changes

  • Feat: support customEmit ncc option: #634
  • Fix: correct declaration output dir: #627
  • Update to [email protected]: #640

Credits

Huge thanks to @guybedford and @zeroooooooo for helping!

ncc - 0.26.2

Published by Timer almost 4 years ago

Patches

  • Enable minification for sourcemap-register.js: #631
  • Avoid webpack_require conflicts: #633
  • Bump axios from 0.18.1 to 0.21.1: #636
  • Fix: skip typechecking on sub-builds: #637

Credits

Huge thanks to @xom9ikk and @guybedford for helping!

ncc -

Published by styfle almost 4 years ago

Patches

  • Ensure separate asset compilation states in subbuilds: #630

Credits

Huge thanks to @guybedford for helping!

ncc - 0.26.0

Published by styfle almost 4 years ago

Changes

  • Asset subbundle builds: #625
  • Bump ini from 1.3.5 to 1.3.7: #624
  • Update example with missing TypeScript dependency: #623
  • Update readme with missing TS and ES options: #615

Credits

Huge thanks to @restuwahyu13 and @guybedford for helping!

ncc -

Published by styfle almost 4 years ago

Changes

  • Allow passing target: #614

Credits

Huge thanks to @ijjk for helping!

ncc -

Published by styfle almost 4 years ago

Changes

  • Bump webpack from 5.0.0-beta.28 to 5.2.0: #602
  • Bump npm-user-validate from 1.0.0 to 1.0.1: #604
  • Bump object-path from 0.11.4 to 0.11.5: #607
  • Fix --quiet flag on ts build: #605
  • Add integration test for @slack/web-api: #591

Credits

Huge thanks to @huozhi and @ataylorme for helping!

ncc -

Published by styfle about 4 years ago

Patches

  • Fix tsconfig-paths with comments in tsconfig.json: #588
  • Bump static-eval from 2.0.0 to 2.1.0: #583
  • Bump loopback from 3.24.0 to 3.25.1: #584

Credits

Huge thanks to @RafaelKr for helping!

ncc -

Published by styfle about 4 years ago

Changes

  • Upgrade Webpack from 5.0.0-alpha.17 to 5.0.0-beta.28: #579

Credits

Huge thanks to @guybedford for helping!

ncc - 0.23.0

Published by styfle about 4 years ago

Changes

  • Rename npm package to @vercel/ncc: #574
  • Add --license flag to create license file when running ncc: #570
  • Add licenses to ncc's own bundle: #573
  • Add description to package.json: #556

Dependencies

  • Bump websocket-extensions from 0.1.3 to 0.1.4: #552
  • Bump apollo-server-express from 2.2.2 to 2.14.2: #553
  • Bump npm from 6.13.4 to 6.14.6: #563
  • Bump lodash from 4.17.14 to 4.17.19: #564 and #565
  • Bump codecov from 3.6.5 to 3.7.1: #566
  • Bump auth0 from 2.14.0 to 2.27.1: #567
  • Bump elliptic from 6.5.0 to 6.5.3: #568
  • Bump jest to 26.3.0: #572

Credits

Huge thanks to @fregante and @thboop for helping!

ncc -

Published by styfle over 4 years ago

  • Prints wrong version number #542
ncc -

Published by styfle over 4 years ago

Patches

  • Enable strictModuleExceptionHandling: #529
  • Fix cached js filename and misaligned columns: #528
  • Bump https-proxy-agent from 2.2.1 to 2.2.4: #530
  • Bump webpack-asset-relocator-loader to 0.7.0: #535
  • Bump webpack-asset-relocator-loader to 0.7.2: #540

Credits

Huge thanks to @Janpot, @legendecas, and @guybedford for helping!

ncc - 0.22.1

Published by styfle over 4 years ago

Patches

  • Add Node.js 12 CI: #525
  • Fix correct output for ncc version #524

This release was built, tested, and published with Node 12.

ncc - 0.22.0

Published by styfle over 4 years ago

Changes

  • Add support for .js imports from typescript: #510
  • Add support for .cjs outputs: #511
  • Add support for statistics output options: #516
  • Fix not found packages on runtime: #518
  • Create .kodiak.toml: #523
  • Bump codecov from 3.1.0 to 3.6.5: #509
  • Update CI badge in readme: #517

Credits

Huge thanks to @guybedford and @legendecas for helping!

ncc - 0.21.1

Published by styfle over 4 years ago

Patches

  • Fix minified source-map outputs format: #504
  • Add Github Actions CI, remove Circle CI: #494
  • Bump npm from 6.9.0 to 6.13.4: #493

Credits

Huge thanks to @legendecas for helping!

Package Rankings
Top 0.71% on Npmjs.org
Top 29.33% on Formulae.brew.sh
Badges
Extracted from project README
CI Status