@stencil/react-output-target
Advanced tools
Comparing version
@@ -132,3 +132,7 @@ import { Project as N, VariableDeclarationKind as _ } from "ts-morph"; | ||
hydrateModule: import('${u}') as Promise<HydrateModule>, | ||
clientModule: import('./components.js') as unknown as Promise<Record<string, ReactWebComponent<any, any>>>, | ||
/** | ||
* We need to use a dynamic import to ensure we don't load the client module | ||
* during the SSR build. | ||
*/ | ||
clientModule: (() => import('./components.js') as unknown as Promise<Record<string, ReactWebComponent<any, any>>>)(), | ||
serializeShadowRoot, | ||
@@ -135,0 +139,0 @@ elementClass: ${n}, |
{ | ||
"name": "@stencil/react-output-target", | ||
"version": "0.0.1-dev.11751069952.1172e87e", | ||
"version": "0.0.1-dev.11751408120.133721e3", | ||
"description": "React output target for @stencil/core components.", | ||
@@ -87,3 +87,3 @@ "author": "Ionic Team", | ||
}, | ||
"gitHead": "172e87ecb44466e027129d64658af9d054a2abae" | ||
"gitHead": "33721e332be823e2ca5887a051a80efc65606e1a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
215781
0.28%1260
0.64%