We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037b85f commit c96bef2Copy full SHA for c96bef2
packages/signals/signals-runtime/build-signals-runtime-global.js
@@ -39,6 +39,7 @@ const buildAll = async () => {
39
})
40
console.log(`wrote: ${outfileUnminified}`)
41
42
+ // Build runtime as string (gets injected into globalThis)
43
await esbuild.build({
44
entryPoints: [`src/${type}/get-runtime-string.ts`],
45
bundle: true,
0 commit comments