Releases: Hugos68/vite-plugin-pagefind
Releases · Hugos68/vite-plugin-pagefind
v0.0.14
Patch Changes
- 3759d12: Removed testing console.log
v0.0.13
Patch Changes
- a9d0e41: Removed prerequisites from docs since the plugin will handle pagefind through the node API
v0.0.12
Patch Changes
- e08ff34: Cleaned up docs, renamed appDir to publicDir (makes more sense with vite), added LICENSE
- b974483: Fixed docs
v0.0.11
Patch Changes
- 692518a: Added assetsInclude config and external config to make usage of pagefind FAR easier
v0.0.10
Patch Changes
- cf9d8a7: Forced buildDir to be present
- 9f91f77: Fixed buildDir being optional type
v0.0.9
Patch Changes
- 1dc1751: Renamed pagefindDir to appDir and removed the need to specify the
pagefind
folder
- 1dc1751: Added documentation (see README.md)
v0.0.7
Patch Changes
- 9bdcc49: Fixed pagefind post build not running after the build process
v0.0.6
Patch Changes
- d911925: Fixed hardcoded buildDir
- 324852e: Added quotes around paths for pagefind to prevent invalid paths from occuring
v0.0.5
Patch Changes
- 04163e9: Added cwd option that defaults to process.cwd, added default to buildDir: build