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 dfc2425 commit 19babf0Copy full SHA for 19babf0
packages/vite-plugin-monkey/CHANGELOG.md
@@ -1,9 +1,5 @@
1
-# v6.0.0
+# v6.0.1
2
3
## What's Changed
4
5
-- support vite7 (#232)
6
-- use css inline asset url in vite dev mode (#214)
7
-- migrate `config.format.align` to `config.align`
8
-- migrate `config.format.generate` to `config.generate`
9
-- drop vite5 support
+- fix(externalResourcePlugin): set enforce to pre (#236)
packages/vite-plugin-monkey/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-monkey",
- "version": "6.0.0",
+ "version": "6.0.1",
"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