Exclude lit-server from being optimized (#1691)
This should get the lit example working from `npm`.
This commit is contained in:
parent
934d085f94
commit
577d912b8e
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default {
|
||||||
'@webcomponents/template-shadowroot/template-shadowroot.js',
|
'@webcomponents/template-shadowroot/template-shadowroot.js',
|
||||||
'lit/experimental-hydrate-support.js',
|
'lit/experimental-hydrate-support.js',
|
||||||
],
|
],
|
||||||
|
exclude: ['@astrojs/renderer-lit/server.js']
|
||||||
},
|
},
|
||||||
ssr: {
|
ssr: {
|
||||||
external: [
|
external: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue