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 5ec9d8f commit 3d4cc0eCopy full SHA for 3d4cc0e
packages/vite-plugin-monkey/CHANGELOG.md
@@ -1,6 +1,5 @@
1
-# v7.0.3
+# What's Changed
2
3
-## What's Changed
4
-
5
-- fix: error build entry path (#245)
6
-- chore: remove invalid CDNs (#244)
+- feat: styleImport (#250)
+- perf: removeComment (#247)
+- fix: ignore empty css text (#249)
packages/vite-plugin-monkey/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-monkey",
- "version": "7.0.3",
+ "version": "7.1.0",
"description": "A vite plugin server and build your.user.js for userscript engine like Tampermonkey and Violentmonkey and Greasemonkey",
"main": "dist/node/index.mjs",
"types": "dist/node/index.d.ts",
0 commit comments