You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should be options passed into the plugin, e.g.
import{greenwoodPluginRendererLit}from'@greenwood/plugin-renderer-lit';exportdefault{plugins: [greenwoodPluginRendererLit({connectedCallbackTags: [/* ... */],// array of strings / Regexs to test againstdisableSsrTags: [/* ... */],// array of strings / Regexs to test against})]}
As bonus points, would be nice to resolve this Rollup bundling logging (maybe just silence with a plugin?)
../../../../../node_modules/@lit-labs/ssr-dom-shim/lib/events.js (6:30): The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
Motivation
Coming out of #1646 / #1647 , an action item was taken to support additional Lit SSR configurations
Technical Design
These should be options passed into the plugin, e.g.
Additional Tasks:
Additional Context
As bonus points, would be nice to resolve this Rollup bundling logging (maybe just silence with a plugin?)