Releases: Hugos68/vite-plugin-pagefind
Releases · Hugos68/vite-plugin-pagefind
v0.3.0
Minor Changes
- ebc03b8: Adds support for inline configuration.
- ebc03b8: Adds
pagefind_dir
option to configure the pagefind directory (rather than hardcoded to /pagefind
).
Patch Changes
- 2fe4aaf: Update peerDependency
vite
.
v0.2.10
Patch Changes
- f6dd0d4: fix: Move Vite to peer deps
v0.2.9
Patch Changes
- f6e01b7: fix: correctly switch from
PluginOption
to Plugin
as the return type.
v0.2.8
Patch Changes
- 25f5487: Removed index.js, much clearer
v0.2.6
Patch Changes
- c0c6b7b: Fixed
dev
having the correct plugin name
v0.2.4
Patch Changes
- b82f87c: Catch errors and log instead of throwing
v0.2.2
Patch Changes
- 64dcd74: Made
vite_plugin_pagefind
optional so an empty config is no longer required