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 bc02947 commit 7f33702Copy full SHA for 7f33702
catalog/esbuild.config.mjs
@@ -20,8 +20,8 @@ const jsFolder = DEV ? 'lib' : 'build';
20
// you want to add SSR'd files here so that you can hydrate them later with
21
// <lit-island import="js/components/element-definition.js"></lit-island>
22
const tsEntrypoints = [
23
- // entrypoints for hydrating SSR'd components
24
- './src/hydration-entrypoints/*.ts',
+ // entrypoints for hydrating lit-islands
+ './src/hydration-entrypoints/**/*.ts',
25
// also include a bundle for each individual page
26
'./src/pages/*.ts',
27
// SSR stuff
0 commit comments