mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
13 lines
242 B
JSON
13 lines
242 B
JSON
|
|
{
|
||
|
|
"polyfills": [
|
||
|
|
{
|
||
|
|
"identifier": "HTMLElement",
|
||
|
|
"import": ["@lit-labs/ssr-dom-shim", "HTMLElement"]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"identifier": "customElements",
|
||
|
|
"import": ["@lit-labs/ssr-dom-shim", "customElements"]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|