vike 0.4.245-commit-292c95d → 0.4.246-commit-da49bae

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.
@@ -17,6 +17,7 @@ async function determineOptimizeDeps(config) {
17
17
  // - The issue was closed as completed with https://github.com/vitejs/vite/pull/20495 but it doesn't fix the issue and the workaround is still needed.
18
18
  // - 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.
19
19
  includeServer.push('react/jsx-dev-runtime');
20
+ includeServer.push('@compiled/react/runtime');
20
21
  for (const envName in config.environments) {
21
22
  const env = config.environments[envName];
22
23
  if (env.consumer === 'server' && env.optimizeDeps.noDiscovery === false) {
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.245-commit-292c95d";
1
+ export declare const PROJECT_VERSION: "0.4.246-commit-da49bae";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.245-commit-292c95d';
2
+ export const PROJECT_VERSION = '0.4.246-commit-da49bae';
@@ -157,7 +157,6 @@ function getNodeEnv() {
157
157
  //*/
158
158
  return val;
159
159
  }
160
- // TODO: rename
161
160
  function setNodeEnvProductionIfUndefined() {
162
161
  // The statement `process.env['NODE_ENV'] = 'production'` chokes webpack v4
163
162
  let val;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.245-commit-292c95d",
3
+ "version": "0.4.246-commit-da49bae",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {