olovaplugin 1.0.12 → 1.0.13

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.
@@ -94,7 +94,7 @@ function configPlugin() {
94
94
  // Exclude olova from pre-bundling because it imports virtual:olova-routes
95
95
  // which is only resolved at runtime by the routerPlugin
96
96
  optimizeDeps: {
97
- exclude: ["olova", "olova/Router", "olova/Link", "olova/client", "olova/server", "olova/useParams", "olova/usePathname", "olova/useSearchParams"]
97
+ exclude: ["olova", "olova/Router", "olova/Link", "olova/client", "olova/server", "olova/useParams", "olova/usePathname", "olova/useSearchParams", "olova/seo"]
98
98
  },
99
99
  build: {
100
100
  outDir: "./.olova/dist",
@@ -34,7 +34,7 @@ function configPlugin() {
34
34
  // Exclude olova from pre-bundling because it imports virtual:olova-routes
35
35
  // which is only resolved at runtime by the routerPlugin
36
36
  optimizeDeps: {
37
- exclude: ["olova", "olova/Router", "olova/Link", "olova/client", "olova/server", "olova/useParams", "olova/usePathname", "olova/useSearchParams"]
37
+ exclude: ["olova", "olova/Router", "olova/Link", "olova/client", "olova/server", "olova/useParams", "olova/usePathname", "olova/useSearchParams", "olova/seo"]
38
38
  },
39
39
  build: {
40
40
  outDir: "./.olova/dist",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "olovaplugin",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Vite plugins for Olova framework",
5
5
  "type": "module",
6
6
  "main": "dist/olova-plugins.cjs",