@vanilla-extract/vite-plugin 5.0.2-css-var-type-perf-20250305040019 → 5.0.2-vite-compiler-no-base-20250429015840
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.
@@ -113,7 +113,9 @@ function vanillaExtractPlugin({
|
|
113
113
|
plugins: (_configForViteCompile = configForViteCompiler) === null || _configForViteCompile === void 0 || (_configForViteCompile = _configForViteCompile.plugins) === null || _configForViteCompile === void 0 ? void 0 : _configForViteCompile.flat().filter(isPluginObject).filter(withUserPluginFilter({
|
114
114
|
mode: config.mode,
|
115
115
|
pluginFilter
|
116
|
-
}))
|
116
|
+
})),
|
117
|
+
// Does this get reset to the default of '/', or does it do something ese?
|
118
|
+
base: undefined
|
117
119
|
};
|
118
120
|
compiler$1 = compiler.createCompiler({
|
119
121
|
root: config.root,
|
@@ -113,7 +113,9 @@ function vanillaExtractPlugin({
|
|
113
113
|
plugins: (_configForViteCompile = configForViteCompiler) === null || _configForViteCompile === void 0 || (_configForViteCompile = _configForViteCompile.plugins) === null || _configForViteCompile === void 0 ? void 0 : _configForViteCompile.flat().filter(isPluginObject).filter(withUserPluginFilter({
|
114
114
|
mode: config.mode,
|
115
115
|
pluginFilter
|
116
|
-
}))
|
116
|
+
})),
|
117
|
+
// Does this get reset to the default of '/', or does it do something ese?
|
118
|
+
base: undefined
|
117
119
|
};
|
118
120
|
compiler$1 = compiler.createCompiler({
|
119
121
|
root: config.root,
|
@@ -105,7 +105,9 @@ function vanillaExtractPlugin({
|
|
105
105
|
plugins: (_configForViteCompile = configForViteCompiler) === null || _configForViteCompile === void 0 || (_configForViteCompile = _configForViteCompile.plugins) === null || _configForViteCompile === void 0 ? void 0 : _configForViteCompile.flat().filter(isPluginObject).filter(withUserPluginFilter({
|
106
106
|
mode: config.mode,
|
107
107
|
pluginFilter
|
108
|
-
}))
|
108
|
+
})),
|
109
|
+
// Does this get reset to the default of '/', or does it do something ese?
|
110
|
+
base: undefined
|
109
111
|
};
|
110
112
|
compiler = createCompiler({
|
111
113
|
root: config.root,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vanilla-extract/vite-plugin",
|
3
|
-
"version": "5.0.2-
|
3
|
+
"version": "5.0.2-vite-compiler-no-base-20250429015840",
|
4
4
|
"description": "Zero-runtime Stylesheets-in-TypeScript",
|
5
5
|
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
|
6
6
|
"module": "dist/vanilla-extract-vite-plugin.esm.js",
|
@@ -16,8 +16,8 @@
|
|
16
16
|
"author": "SEEK",
|
17
17
|
"license": "MIT",
|
18
18
|
"dependencies": {
|
19
|
-
"@vanilla-extract/compiler": "^0.1.3-
|
20
|
-
"@vanilla-extract/integration": "^8.0.2-
|
19
|
+
"@vanilla-extract/compiler": "^0.1.3-vite-compiler-no-base-20250429015840",
|
20
|
+
"@vanilla-extract/integration": "^8.0.2-vite-compiler-no-base-20250429015840"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"vite": "^5.0.0 || ^6.0.0"
|