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 authored and Westbrook Johnson committed Apr 25, 2024
1 parent a515900 commit 84c8a53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion projects/documentation/scripts/build-ts.js
Original file line number Diff line number Diff line change
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 84c8a53

Please sign in to comment.