Releases: aklinker1/vite-plugin-web-extension
Releases · aklinker1/vite-plugin-web-extension
v4.3.1
Bug Fixes
- onBundleReady called before manifest is generated in build mode (#221) (69b44c5)
v4.3.0
Features
- Implement callback that is called after parent build is completed (#219) (c168303)
v4.2.0
Features
- Added
bundleInfoJsonPath
plugin option (#211) (241f51d)
v4.1.5
Bug Fixes
- Log final config being sent to
web-ext-run
(#198) (fa05899)
v4.1.4
Bug Fixes
- Changed react plugin to non-swc variation (#190) (d1604e2)
- Update serializeDefine implementation from upstream vite (#193) (088e074)
v4.1.3
Bug Fixes
- build.emptyOutDir = true has no effect (#185) (a49de48)
v4.1.2
Bug Fixes
- createManifestValidator failing because schemastore.org is returning 503 (#183) (5b07c2f)
v4.1.0
Features
- Don't transform entrypoints prefixed with
public:
(#170) (8b0943d)