You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
- dynamic imports in content scripts are broken (#71)
10
+
11
+
### Features
12
+
13
+
- don't create loader for web accessible scripts with no imports ([#72](https://github.com/samrum/vite-plugin-web-extension/issues/72)) ([8acfaec](https://github.com/samrum/vite-plugin-web-extension/commit/8acfaecdf653a491938d361dfe07d3da5ac6bb94))
14
+
- Vite 4 support ([#70](https://github.com/samrum/vite-plugin-web-extension/issues/70)) ([49330cd](https://github.com/samrum/vite-plugin-web-extension/commit/49330cd89e3f96bb00bbd5a902cc6ff04eeee260))
15
+
16
+
### Bug Fixes
17
+
18
+
- dynamic imports in content scripts are broken ([#71](https://github.com/samrum/vite-plugin-web-extension/issues/71)) ([fe888e4](https://github.com/samrum/vite-plugin-web-extension/commit/fe888e4c72178ef09121ce864d2fc5124188f62d))
19
+
- web accessible scripts with no loader have incorrect filename ([#73](https://github.com/samrum/vite-plugin-web-extension/issues/73)) ([5d04de4](https://github.com/samrum/vite-plugin-web-extension/commit/5d04de45d8603a1a9efc020a780f6373a17ea50e))
0 commit comments