Skip to content

Commit

Permalink
Exclude lit-server from being optimized (#1691)
Browse files Browse the repository at this point in the history
This should get the lit example working from `npm`.
  • Loading branch information
matthewp authored Oct 28, 2021
1 parent 934d085 commit 577d912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/renderers/renderer-lit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default {
'@webcomponents/template-shadowroot/template-shadowroot.js',
'lit/experimental-hydrate-support.js',
],
exclude: ['@astrojs/renderer-lit/server.js']
},
ssr: {
external: [
Expand Down

0 comments on commit 577d912

Please sign in to comment.