Skip to content

Releases: vercel/ncc

0.13.0

29 Jan 06:49
Compare
Choose a tag to compare
  • Update to webpack alpha.9 (#242)
  • Fixup local/built-in typescript handling, filename fix (#244)
  • Use createCachedData correctly (#241)

0.12.1

27 Jan 06:32
Compare
Choose a tag to compare
  • Make sure .cache files are included in the npm tarball

0.12.0

27 Jan 06:07
Compare
Choose a tag to compare
  • v8cache experimental flag (#112)
  • Asset relocator refactoring (#234)

0.11.0

27 Jan 06:07
Compare
Choose a tag to compare
  • Use the local TypeScript version when applicable (#233)
  • Fix for vm2
  • Ensure require.main === module behaviour (#229)
  • Fix signal handling for ncc run (#228)
  • ncc run sourcemaps (#230)

0.10.0

27 Jan 06:05
Compare
Choose a tag to compare
  • Fix incorrect output memory file path (#225)
  • Chromeless fix (#192) (#221)
  • Fix highlights (#222)
  • Handle assets loaded with relative paths (#217)
  • nbind support (#220)
  • Fix --no-cache flag (#219)
  • Support -e in ncc run (#218)

0.9.0

12 Jan 01:02
Compare
Choose a tag to compare
  • Disable TS caching for typechecking (#213)
  • Output asset permissions (#211)
  • Add example with programmatic build (#207)
  • Fixup shebang loader order (#196)
  • README improvements (#202)
  • Add example with multiple bundles (#201)
  • Add typescript example (#194)

0.8.1

27 Dec 18:19
Compare
Choose a tag to compare

0.7.0

20 Dec 03:15
Compare
Choose a tag to compare
  • Minify is no longer on by default due to perf reasons (#168)
  • Improve asset emission to emit fewer unnecessary assets (#166)
  • Rework externals for perf (#176)
  • Fixes for Windows (#177)
  • Use graceful-fs to handle huge projects better (#167)

0.6.0

17 Dec 05:44
Compare
Choose a tag to compare
  • Add support for tsconfig paths. (fixes #150) (#151) (@odensc)
  • Fix typescript declaration emission (#160)
  • Disable terser --compress which was slowing us down for no gain (#161)
  • Fix for sharp (#159)

0.5.3

10 Dec 01:10
Compare
Choose a tag to compare
  • Made sure that dist/**/*.ts files are published to npm