@lit-labs/eleventy-plugin-lit
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -148,3 +148,3 @@ "use strict"; | ||
// TOOD(aomarks) We could also directly synthesize an html TemplateResult | ||
// instead of doing so via the the unsafeHTML directive. The directive is | ||
// instead of doing so via the unsafeHTML directive. The directive is | ||
// performing some extra validation that doesn't really apply to us. | ||
@@ -151,0 +151,0 @@ contextifiedUnsafeHTML = (await loader.importModule('lit/directives/unsafe-html.js', renderModulePath)).module.namespace.unsafeHTML; |
{ | ||
"name": "@lit-labs/eleventy-plugin-lit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Eleventy plugin for rendering Lit components.", | ||
@@ -5,0 +5,0 @@ "author": "Google LLC", |
@@ -255,3 +255,3 @@ # @lit-labs/eleventy-plugin-lit | ||
support_ module has been installed by importing | ||
[`lit/experimental-hydrate-support.js`](https://github.com/lit/lit/blob/main/packages/lit-element/src/experimental-hydrate-support.ts). | ||
[`@lit-labs/ssr-client/lit-element-hydrate-support.js`](https://github.com/lit/lit/blob/main/packages/labs/ssr-client/src/lit-element-hydrate-support.ts). | ||
@@ -329,3 +329,3 @@ > ⏱️ The Lit hydration support module **must be loaded before Lit or any | ||
rel="modulepreload" | ||
href="/node_modules/lit/experimental-hydrate-support.js" | ||
href="/node_modules/@lit-labs/ssr-client/lit-element-hydrate-support.js" | ||
/> | ||
@@ -373,3 +373,3 @@ <link rel="modulepreload" href="/_js/component1.js" /> | ||
const litHydrateSupportInstalled = import( | ||
'/node_modules/lit/experimental-hydrate-support.js' | ||
'/node_modules/@lit-labs/ssr-client/lit-element-hydrate-support.js' | ||
); | ||
@@ -376,0 +376,0 @@ |
Sorry, the diff of this file is not supported yet
47332