Releases: aklinker1/vite-plugin-web-extension
Releases · aklinker1/vite-plugin-web-extension
v1.0.5
Bug Fixes
- correctly handle
build.emptyOutDir
in watch mode (a9642ce)
- verbose mode logs weren't always dim (0e1a92f)
v1.0.4
Bug Fixes
- corrected peer dependency (fec96fc)
v1.0.3
Bug Fixes
- build content scripts correctly for vite v2.7 (f13c08d)
- deprecate
serviceWorkerType
and always build service worker in lib mode (8ad5603)
- improved logging (ed1589b)
v1.0.2
Bug Fixes
- prefix sandbox page scripts to /sandbox/ (9906224)
v1.0.0
Bug Fixes
- change how sandbox pages are output (3b02295)
BREAKING CHANGES
- all sandbox pages are now output to the
sandbox
directory, then their directory relative to the vite root
v0.12.0
Features
- build sandboxed pages as standalone pages (6400474)
v0.11.1
Bug Fixes
- only empty out directory on first build in watch mode (069c77e)
v0.11.0
Features
- allow building service worker in standalone build (14f2965)
v0.10.1
Bug Fixes
- don't build content scripts when there is a build failure (57a2ef7)
- validate manifest before reading files to prevent errors (6aafb2d)