Optional
finalizeOptional
finalizehook to run after the package.json file is finalized, right before it is written to disk you can modify the .packageJson property of the context
Optional
jsrjsr-specific configuration
Optional
pluginsany additional vite plugins to be added after the fuman-build plugin
Optional
pluginsany additional vite plugins to be added before the fuman-build plugin
Optional
preparehook to run before anything is done to the package.json file you can modify the .packageJson property of the context
this hook is called before vite build has started,
and as such .outDir
is not available yet
Optional
typedocpackage-specific configuration for typedoc
Optional
vitevite config to be merged into the base config
hook to run after the build is done, time to do any final modifications to the package contents