We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e726c1 commit 6cf1cdeCopy full SHA for 6cf1cde
2 files changed
packages/vite-plugin-monkey/CHANGELOG.md
@@ -1,4 +1,3 @@
1
# What's Changed
2
3
-- migrate to vite 8
4
-- drop support for vite 7
+- fix: minify not working (#280)
packages/vite-plugin-monkey/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-monkey",
- "version": "8.0.0",
+ "version": "8.0.1",
"description": "A vite plugin server and build your.user.js for userscript engine like Tampermonkey and Violentmonkey and Greasemonkey",
5
"main": "dist/node/index.mjs",
6
"types": "dist/node/index.d.mts",
0 commit comments