@vanilla-extract/vite-plugin 5.0.2-vite-compiler-no-base-20250429015840 → 5.0.2
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,9 +113,7 @@ 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
|
-
}))
|
117
|
-
// Does this get reset to the default of '/', or does it do something ese?
|
118
|
-
base: undefined
|
116
|
+
}))
|
119
117
|
};
|
120
118
|
compiler$1 = compiler.createCompiler({
|
121
119
|
root: config.root,
|
@@ -113,9 +113,7 @@ 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
|
-
}))
|
117
|
-
// Does this get reset to the default of '/', or does it do something ese?
|
118
|
-
base: undefined
|
116
|
+
}))
|
119
117
|
};
|
120
118
|
compiler$1 = compiler.createCompiler({
|
121
119
|
root: config.root,
|
@@ -105,9 +105,7 @@ 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
|
-
}))
|
109
|
-
// Does this get reset to the default of '/', or does it do something ese?
|
110
|
-
base: undefined
|
108
|
+
}))
|
111
109
|
};
|
112
110
|
compiler = createCompiler({
|
113
111
|
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",
|
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",
|
20
|
+
"@vanilla-extract/integration": "^8.0.2"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"vite": "^5.0.0 || ^6.0.0"
|