@lolyjs/core 0.1.0-alpha.3 → 0.1.0-alpha.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/cli.js CHANGED
@@ -1313,6 +1313,9 @@ function createClientConfig(projectRoot, mode) {
1313
1313
  filename: mode === "production" ? "client.[contenthash].css" : "client.css"
1314
1314
  })
1315
1315
  ],
1316
+ externals: {
1317
+ "@lolyjs/core/runtime": "@lolyjs/core/runtime"
1318
+ },
1316
1319
  infrastructureLogging: {
1317
1320
  level: "error"
1318
1321
  },
@@ -5010,7 +5013,7 @@ async function startProdServer(options = {}) {
5010
5013
  import { hydrateRoot } from "react-dom/client";
5011
5014
 
5012
5015
  // modules/runtime/client/AppShell.tsx
5013
- import { useEffect, useState } from "react";
5016
+ import { useEffect, useState, useRef } from "react";
5014
5017
 
5015
5018
  // modules/runtime/client/RouterView.tsx
5016
5019
  import { jsx } from "react/jsx-runtime";