Thanks to visit codestin.com Credit goes to github.com
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 14d6cfd commit 6149cbfCopy full SHA for 6149cbf
packages/labs/ssr/src/lib/module-loader.ts
@@ -253,8 +253,7 @@ export const resolveSpecifier = async (
253
if (
254
specifierMatches(specifier, 'lit') ||
255
specifierMatches(specifier, 'lit-html') ||
256
- specifierMatches(specifier, 'lit-element') ||
257
- specifierMatches(specifier, '@lit/reactive-element')
+ specifierMatches(specifier, 'lit-element')
258
) {
259
// Override where we resolve lit packages from so that we always resolve to
260
// a single version.
0 commit comments