vite-plugin-storybook-nextjs 2.0.4 → 2.0.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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2230,7 +2230,7 @@ function setFontDeclarationsInHead({
|
|
|
2230
2230
|
}
|
|
2231
2231
|
|
|
2232
2232
|
// src/plugins/next-font/plugin.ts
|
|
2233
|
-
var includePattern = /next(\\|\/|\\\\).*(\\|\/|\\\\)target\.css
|
|
2233
|
+
var includePattern = /next(\\|\/|\\\\).*(\\|\/|\\\\)target\.css\?.*$/;
|
|
2234
2234
|
var virtualModuleId = "virtual:next-font";
|
|
2235
2235
|
function vitePluginNextFont() {
|
|
2236
2236
|
let devMode = true;
|
package/dist/index.js
CHANGED
|
@@ -2196,7 +2196,7 @@ function setFontDeclarationsInHead({
|
|
|
2196
2196
|
}
|
|
2197
2197
|
|
|
2198
2198
|
// src/plugins/next-font/plugin.ts
|
|
2199
|
-
var includePattern = /next(\\|\/|\\\\).*(\\|\/|\\\\)target\.css
|
|
2199
|
+
var includePattern = /next(\\|\/|\\\\).*(\\|\/|\\\\)target\.css\?.*$/;
|
|
2200
2200
|
var virtualModuleId = "virtual:next-font";
|
|
2201
2201
|
function vitePluginNextFont() {
|
|
2202
2202
|
let devMode = true;
|