We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc62f2 commit 7a4bbfcCopy full SHA for 7a4bbfc
packages/vite-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @workerify/vite-plugin
2
3
+## 0.1.1
4
+
5
+### Patch Changes
6
7
+- Use the base path if specified in the vite resolved config
8
9
## 0.1.0
10
11
### Minor Changes
packages/vite-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@workerify/vite-plugin",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Vite plugin for workerify",
"type": "module",
"main": "./dist/index.js",
0 commit comments