Exclude lit-server from being optimized (#1691)

This should get the lit example working from `npm`.
This commit is contained in:
Matthew Phillips 2021-10-28 14:25:29 -04:00 committed by GitHub
parent 934d085f94
commit 577d912b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [