Skip to content

Releases: vercel/ncc

0.33.1

18 Dec 20:31
Compare
Choose a tag to compare

Patches

  • Allow configuring mainFields for nccing browser modules: #832

0.33.0

02 Dec 20:33
Compare
Choose a tag to compare

Minor Changes

  • Chore(deps-dev): bump @vercel/webpack-asset-relocator-loader: #826
  • Fix: Fix source maps: #818
  • Feat: Allow using matches from externals for regex matching: #825

Patches

  • Chore(deps-dev): bump koa from 2.13.1 to 2.13.4: #822
  • Chore(deps-dev): bump mariadb from 2.5.4 to 2.5.5: #823

Credits

Huge thanks to @fenix20113 for helping!

0.32.0

16 Nov 23:03
Compare
Choose a tag to compare

Changes

  • Feat: bump to webpack@5.61.0: #809
  • Docs: add debug command description: #800
  • Chore(deps): bump object-path from 0.11.7 to 0.11.8: #778
  • Chore(deps): bump tmpl from 1.0.4 to 1.0.5: #779
  • Chore(deps-dev): bump vm2 from 3.9.3 to 3.9.4: #795
  • Chore(deps-dev): bump axios from 0.21.1 to 0.21.2: #810
  • Chore(deps-dev): bump aws-sdk from 2.958.0 to 2.1024.0: #812
  • Chore(deps-dev): bump webpack from 5.61.0 to 5.62.1: #813
  • Chore(deps): bump passport-oauth2 from 1.5.0 to 1.6.1: #811
  • Chore(deps): bump url-parse from 1.5.1 to 1.5.3: #815

Credits

Huge thanks to @fireairforce and @jesec for helping!

0.31.1

13 Sep 13:46
Compare
Choose a tag to compare

Patches

  • Fix tsconfig.json detection: #770

0.31.0

09 Sep 20:54
Compare
Choose a tag to compare

Changes

  • Fix compilerOptions from tsconfig.json: #766
  • Bump typescript to 4.4.2: #767
  • Chore(deps-dev): bump graceful-fs from 4.2.6 to 4.2.8: #761
  • Chore(deps): bump tar from 4.4.15 to 4.4.19: #763
  • Chore(deps): bump object-path from 0.11.5 to 0.11.7: #764

0.30.0

27 Aug 17:31
Compare
Choose a tag to compare

Changes

  • Major: Change asset builds to opt-in with new option --asset-builds: #756
  • Chore: bump typescript from 3.9.9 to 4.3.5: #739
  • Chore: bump codecov to 3.8.3: #752

Description

Previous, fs.readFile('./asset.js') would compile asset.js instead of including as an asset.

With this release, the default behavior has been changed to include asset.js as an asset only.

If you want the old behavior, you can use the --asset-builds option.

Credits

Huge thanks to @guybedford for helping!

0.29.2

19 Aug 17:41
Compare
Choose a tag to compare

Patches

  • Fix: ensure nested builds of __nccwpck_require__: #751

Credits

Huge thanks to @guybedford for helping!

0.29.1

13 Aug 14:17
Compare
Choose a tag to compare

Patches

  • Fix: add stringify-loader: #742
  • Fix: package.json asset type module setting: #733
  • Chore(deps): update dependencies: #736
  • Chore(deps): bump tar from 4.4.13 to 4.4.15: #743
  • Chore(deps): bump path-parse from 1.0.6 to 1.0.7: #745
  • Chore(deps-dev): bump pdfkit from 0.12.1 to 0.12.3: #740

Credits

Huge thanks to @guybedford, @mmorel-35, and @jpcloureiro for helping!

0.29.0

16 Jul 21:57
Compare
Choose a tag to compare

Changes

  • Major: output ESM for .mjs or type=module builds: #720
  • Feat: update to webpack-asset-reloactor-loader@1.5.0: #718
  • Feat: update to webpack@5.42.0: #723
  • Feat: update to webpack@5.43.0: #724
  • Chore: bump set-getter from 0.1.0 to 0.1.1: #719
  • Fix: typo in readme: #712

Credits

Huge thanks to @rethab and @guybedford for helping!

0.28.6

25 May 19:10
Compare
Choose a tag to compare

Patches

  • Fix: Update to webpack@5.36.2: #707
  • Fix: Update ts-loader to fix webpack warning: #710
  • Deps: Bump hosted-git-info from 2.8.8 to 2.8.9: #708

Credits

Huge thanks to @adriencohen and @huozhi for helping!