Skip to content

Releases: vercel/ncc

0.21.1

12 Feb 16:52
Compare
Choose a tag to compare

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!

0.21.0

04 Jan 15:49
Compare
Choose a tag to compare

Minor Changes

  • Add transpileOnly support for TS projects if needed: #497

Credits

Huge thanks to @arunoda for helping!

0.20.5

09 Sep 16:08
Compare
Choose a tag to compare

Patches

  • Fix issue with TypeScript paths with allowJs: #470
  • Remove Guy, add Timer to codeowners: #468
  • Update readme.md with typo fix: #466
  • Bump handlebars from 4.0.12 to 4.1.2: #450
  • Bump lodash.merge from 4.6.1 to 4.6.2: #453
  • Bump lodash.template from 4.4.0 to 4.5.0: #454
  • Bump lodash from 4.17.11 to 4.17.14: #456
  • Bump lodash from 4.17.11 to 4.17.14 in /examples/multiple-bundles: #458
  • Bump mixin-deep from 1.3.1 to 1.3.2: #467

Credits

Huge thanks to @nodejh and @novascreen for helping!

0.20.4

02 Jul 22:55
Compare
Choose a tag to compare

Patches

0.20.3

02 Jul 19:24
Compare
Choose a tag to compare

Patches

  • Workaround for ncc internal typescript build bug (#435): #445

0.20.2

26 Jun 00:30
Compare
Choose a tag to compare

Patches

0.20.1

19 Jun 18:51
Compare
Choose a tag to compare

Minor Changes

0.20.0

18 Jun 17:18
Compare
Choose a tag to compare

Major Changes

  • Revert "Support multiple entry inputs": #410

This changes the API back to how it worked in 0.18.x and earlier.

Minor Changes

  • Update to Webpack 5.0.0-alpha.16: #431

Patches

  • Update package-support docs with @google-cloud/vision workaround: #432

Credits

Huge thanks to @styfle for helping!

0.19.1

13 Jun 12:46
Compare
Choose a tag to compare

Patches

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!