summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/server.js
diff options
context:
space:
mode:
authorGravatar Elliott Marquez <5981958+e111077@users.noreply.github.com> 2023-03-29 09:43:40 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-29 12:43:40 -0400
commit4b077318fbc21c4350cc21c380d96b54d302759c (patch)
tree445c8da37d52782bea038581aed4cbf14cd50e46 /packages/integrations/lit/server.js
parentf0b732d326c609208f30485b9805a84a321a870e (diff)
downloadastro-4b077318fbc21c4350cc21c380d96b54d302759c.tar.gz
astro-4b077318fbc21c4350cc21c380d96b54d302759c.tar.zst
astro-4b077318fbc21c4350cc21c380d96b54d302759c.zip
Update lit-ssr dependency (#6681)
* update lit-ssr dependency * delete unnecessary lit shim checks * delete another unused lit shim feature * fix sass build * bump lit and polyfill versions to match ssr req * shim HTMLElement in test * remove lit global shim workarounds * re-shim Astro's ce.define * remove fix window test and shim HTML Element * Update .changeset/gold-windows-fly.md Co-authored-by: Augustine Kim <ajk830@gmail.com> * fix window check test * implement suggestoins --------- Co-authored-by: Augustine Kim <ajk830@gmail.com>
Diffstat (limited to 'packages/integrations/lit/server.js')
-rw-r--r--packages/integrations/lit/server.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/lit/server.js b/packages/integrations/lit/server.js
index ae89bd610..762c77844 100644
--- a/packages/integrations/lit/server.js
+++ b/packages/integrations/lit/server.js
@@ -1,5 +1,4 @@
import './server-shim.js';
-import '@lit-labs/ssr/lib/render-lit-html.js';
import { LitElementRenderer } from '@lit-labs/ssr/lib/lit-element-renderer.js';
import * as parse5 from 'parse5';