Skip to content

Releases: vercel/ncc

0.17.0

25 Mar 22:07
Compare
Choose a tag to compare

Minor Changes

  • Only emit known symlinks: #318
  • Update to webpack-asset-relocator-loader@0.3.2: #324 which fixes #323 and #317

Credits

Huge thanks to @guybedford for helping!

0.16.1

18 Mar 01:20
Compare
Choose a tag to compare

Patches

  • Fixup tests on macOS including asset symlinks support: #314
  • Add macOS test to Circle CI: #312

Credits

Huge thanks to @guybedford for helping!

0.16.0

15 Mar 17:10
Compare
Choose a tag to compare

Minor Changes

  • Add flag for --no-source-map-register: #293
  • Treat uglify-js as empty by default: #307

Patches

  • Add support @tensorflow/tfjs-node: #292
  • Update jugglingdb to 2.0.1: #301
  • Add github codeowners: #309
  • Add integration test for npm install build: #310
  • Update browserify wrapper handling: #311

Credits

Huge thanks to @guybedford for helping!

0.15.2

17 Feb 22:31
Compare
Choose a tag to compare

Patches

  • Update asset relocator loader: #287
  • Fixup interaction of source map and shebang: #286

0.15.1

15 Feb 16:03
Compare
Choose a tag to compare

Patches

  • Include version in build output: #281
  • Update asset relocator loader (fixes #273 and #280): #282
  • Handle asset permissions even when loader isn't run: #283

0.15.0

11 Feb 05:17
Compare
Choose a tag to compare
  • Separate asset relocator (#264)
  • ensure that any non_webpack_require is retained in subsequent builds (#271)

0.14.0

02 Feb 04:55
Compare
Choose a tag to compare
  • run -f as default (#265)
  • fixup cli permission (#266)
  • ncc build -s to auto-include sourcemap-register in build (#270)
  • fixup source map log (#267)
  • fixup slow cli exit time (#268)
  • clean up sourcemap (#269)
  • disable run --watch (#259)

0.13.3

31 Jan 22:36
Compare
Choose a tag to compare
  • fixup handling of no node_modules in run externals (#262)
  • override noEmit option for typescript compatibility (#261)

0.13.2

31 Jan 00:38
Compare
Choose a tag to compare
  • Support ternary branching in static analysis (#255)
  • Improved cli coverage (#251)

0.13.1

30 Jan 21:41
Compare
Choose a tag to compare
  • Ensure local ts is always a project-scoped lookup (#247)
  • Ensure build folder is cleared properly on each run (#246)