vitefu
Utilities for building frameworks with Vite.
Usage
See src/index.d.ts.
License
MIT
Utilities for building frameworks with Vite
Utilities for building frameworks with Vite.
See src/index.d.ts.
MIT
ssr.external: true
Vite config when calling crawlFrameworkPkgs
and isDepExternaled
(#19)package.json
to exist for crawlFrameworkPkgs
(#16)The library is now v1! This release is mostly ceremonial as the API has been stable for a while without any plans to change it. As such, there are no breaking changes.
require
ESM codefindDepPkgJsonPath
implementation with VitefindDepPkgJsonPath
usage in Windows mapped network drivesfindClosestPkgJsonPath
only returns package.json
file, not directorypredicate
parameter for findClosestPkgJsonPath
to filter pathspackage.json
not found in DenopkgJsonNeedsOptimization
to pkgNeedsOptimization
with new parameters and async for correctnessindex.js
filecrawlFrameworkPkgs
package.json
import resolvessr.external
duplicates for crawlFrameworkPkgs
Initial release