@unocss/vite 66.5.5 → 66.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ const RESOLVED_ID_WITH_QUERY_RE = /[/\\]__uno(_.*?)?\.css(\?.*)?$/;
|
|
|
28
28
|
const RESOLVED_ID_RE = /[/\\]__uno(?:_(.*?))?\.css$/;
|
|
29
29
|
|
|
30
30
|
const defaultPipelineExclude = [cssIdRE];
|
|
31
|
-
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/];
|
|
31
|
+
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/];
|
|
32
32
|
|
|
33
33
|
function deprecationCheck(config) {
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.5.
|
|
4
|
+
"version": "66.5.7",
|
|
5
5
|
"description": "The Vite plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"pathe": "^2.0.3",
|
|
56
56
|
"tinyglobby": "^0.2.15",
|
|
57
57
|
"unplugin-utils": "^0.3.1",
|
|
58
|
-
"@unocss/config": "66.5.
|
|
59
|
-
"@unocss/inspector": "66.5.
|
|
60
|
-
"@unocss/core": "66.5.
|
|
58
|
+
"@unocss/config": "66.5.7",
|
|
59
|
+
"@unocss/inspector": "66.5.7",
|
|
60
|
+
"@unocss/core": "66.5.7"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"vite": "^7.2.2"
|