Skip to content

Commit

Permalink
Unblock ssr test breakage caused by query-assigned-elements.js not be…
Browse files Browse the repository at this point in the history
…ing found.
  • Loading branch information
AndrewJakubowicz committed Dec 3, 2021
1 parent 14d6cfd commit 6149cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/labs/ssr/src/lib/module-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ export const resolveSpecifier = async (
if (
specifierMatches(specifier, 'lit') ||
specifierMatches(specifier, 'lit-html') ||
specifierMatches(specifier, 'lit-element') ||
specifierMatches(specifier, '@lit/reactive-element')
specifierMatches(specifier, 'lit-element')
) {
// Override where we resolve lit packages from so that we always resolve to
// a single version.
Expand Down

0 comments on commit 6149cbf

Please sign in to comment.