vike 0.4.246-commit-2b39965 → 0.4.246-commit-d45b23b

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.
@@ -16,9 +16,9 @@ async function determineOptimizeDeps(config) {
16
16
  // - TO-DO/eventually: try removing the workaround and see if the CI fails (at test/@cloudflare_vite-plugin/) — maybe the issue will get fixed at some point.
17
17
  includeServer.push('react/jsx-dev-runtime');
18
18
  // Workaround for https://github.com/vikejs/vike/issues/2823#issuecomment-3514325487
19
- includeClient.push('@compiled/react/runtime');
20
19
  if (requireResolveOptional({ importPath: '@compiled/react/runtime', userRootDir: config.root, importerFilePath: null })) {
21
20
  includeServer.push('@compiled/react/runtime');
21
+ includeClient.push('@compiled/react/runtime');
22
22
  }
23
23
  config.optimizeDeps.include = add(config.optimizeDeps.include, includeClient);
24
24
  config.optimizeDeps.entries = add(config.optimizeDeps.entries, entriesClient);
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.246-commit-2b39965";
1
+ export declare const PROJECT_VERSION: "0.4.246-commit-d45b23b";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.246-commit-2b39965';
2
+ export const PROJECT_VERSION = '0.4.246-commit-d45b23b';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.246-commit-2b39965",
3
+ "version": "0.4.246-commit-d45b23b",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {