Skip to content

Commit

Permalink
docs: dedupe lit in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Apr 24, 2024
1 parent d6aa152 commit 198d5a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion projects/documentation/scripts/build-ts.js
Expand Up @@ -72,7 +72,13 @@ async function main() {
},
}),
],
external: ['@spectrum-web-components/*'],
external: [
'@spectrum-web-components/*',
'lit-html',
'lit-element',
'lit',
'@lit/reactive-element',
],
});
process.exit(0);
}
Expand Down

0 comments on commit 198d5a7

Please sign in to comment.