vite-plugin-kiru 0.29.2 → 0.29.3
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2195,7 +2195,7 @@ const pagesMap = import.meta.glob(["/**/${page}"])
|
|
|
2195
2195
|
const layoutsMap = import.meta.glob(["/**/${layout}"])
|
|
2196
2196
|
const pages = formatViteImportMap(pagesMap, dir, baseUrl)
|
|
2197
2197
|
const layouts = formatViteImportMap(layoutsMap, dir, baseUrl)
|
|
2198
|
-
const transition =
|
|
2198
|
+
const transition = ${transition}
|
|
2199
2199
|
|
|
2200
2200
|
export { dir, baseUrl, pages, layouts, transition }
|
|
2201
2201
|
`;
|