Skip to content

Releases: vercel/ncc

0.19.0

13 Jun 10:17
Compare
Choose a tag to compare

Major Changes

  • Support multiple entry inputs: #410
  • Update asset relocator loader: #418

Minor Changes

  • Externals mapping support: #402

Patches

  • Disable v8cache on Windows only: #404
  • Sequelize integration test, with sample package support page: #407
  • Fix regression where cli doesnt build index.js: #414
  • Add google cloud firestore integration test: #416
  • Add previously failing Firebase test: #419

Credits

Huge thanks to @Timer for helping!

0.19.0-beta.1

03 Jun 17:43
Compare
Choose a tag to compare

Major Changes

  • New analysis updates: #378
  • Webpack deterministic module ids, amd: false: #388

0.18.5

10 May 20:02
Compare
Choose a tag to compare

Patches

  • Regenerate yarn.lock file: a2f18d7

0.18.4

10 May 19:17
Compare
Choose a tag to compare

Patches

  • Update "@zeit/webpack-asset-relocator-loader" to v0.4.5: #380

Credits

Huge thanks to @guybedford for helping!

0.18.3

06 May 18:10
Compare
Choose a tag to compare

Patches

  • Create CODE_OF_CONDUCT.md: #370
  • Only output build errors, not warnings, on error: #375

0.18.2

30 Apr 16:33
Compare
Choose a tag to compare

Patches

This fixes the packages consolidate (express template engine), fluent-ffmpeg , esm.

It also reduces unnecessary asset emissions outside project boundary.

0.18.1

22 Apr 21:13
Compare
Choose a tag to compare

Patches

  • Fix sourcemap chaining for TypeScript: #355

Note: Ensure you have sourceMap: true in your tsconfig.json when you use the --source-map flag.

0.18.0

15 Apr 18:53
Compare
Choose a tag to compare

Minor Changes

  • Update to arg@4.1.0: #346
  • Update to webpack-asset-relocator-loader@0.3.7: #350
  • Fix incorrect usage of Hash.digest: #347
  • Expose custom watcher: #351

Credits

Huge thanks to @fkhadra and @guybedford for helping!

0.17.4

04 Apr 13:40
Compare
Choose a tag to compare

Patches

  • Fix watcher behavior: #344

0.17.3

01 Apr 19:04
Compare
Choose a tag to compare

Patches

  • Temporary fix for pkg misbehaving when v8 cache is used: #341

Credits

Huge thanks to @igorklopov for helping!