Skip to content

Releases: svitejs/vitefu

v0.2.2

23 Nov 08:53

Choose a tag to compare

  • findClosestPkgJsonPath only returns package.json file, not directory
  • Support predicate parameter for findClosestPkgJsonPath to filter paths

v0.2.1

22 Nov 17:48

Choose a tag to compare

  • Don't throw error if package.json not found in Deno

(forgot to cut GitHub release)

v0.2.0

10 Nov 07:52

Choose a tag to compare

  • BREAKING: Rename pkgJsonNeedsOptimization to pkgNeedsOptimization with new parameters and async for correctness
  • Prevent deep optimize packages with no exports and index.js file
  • Correctly respect Vite user config for crawlFrameworkPkgs
  • Export new utilities to respect Vite user config

v0.1.1

01 Nov 07:05

Choose a tag to compare

  • Resolve packages without root entry (#1)
  • Support yarn pnp (#2)

v0.1.0

26 Oct 17:50

Choose a tag to compare

  • Fix Windows package.json import resolve
  • Remove ssr.external duplicates for crawlFrameworkPkgs

v0.0.1

26 Oct 15:35

Choose a tag to compare

Initial release