@unocss/vite 66.7.4 → 66.7.5
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 +0 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -50,7 +50,6 @@ function createContext(configOrPath, defaults = {}, extraConfigSources = [], res
|
|
|
50
50
|
rawConfig = result.config;
|
|
51
51
|
configFileList = result.sources;
|
|
52
52
|
await uno.setConfig(rawConfig);
|
|
53
|
-
uno.config.envMode = "dev";
|
|
54
53
|
rollupFilter = rawConfig.content?.pipeline === false ? () => false : createFilter(rawConfig.content?.pipeline?.include || defaultPipelineInclude, rawConfig.content?.pipeline?.exclude || defaultPipelineExclude, { resolve: typeof configOrPath === "string" ? configOrPath : root });
|
|
55
54
|
tokens.clear();
|
|
56
55
|
await Promise.all(modules.map((code, id) => uno.applyExtractors(code.replace(SKIP_COMMENT_RE, ""), id, tokens)));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.7.
|
|
4
|
+
"version": "66.7.5",
|
|
5
5
|
"description": "The Vite plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"pathe": "^2.0.3",
|
|
49
49
|
"tinyglobby": "^0.2.17",
|
|
50
50
|
"unplugin-utils": "^0.3.1",
|
|
51
|
-
"@unocss/config": "66.7.
|
|
52
|
-
"@unocss/
|
|
53
|
-
"@unocss/
|
|
51
|
+
"@unocss/config": "66.7.5",
|
|
52
|
+
"@unocss/inspector": "66.7.5",
|
|
53
|
+
"@unocss/core": "66.7.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"vite": "^8.1.0"
|