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
...
vue({template: {compilerOptions: {isCustomElement: tag=>tag.startsWith('vaadin-')// vaadin web components||tag.startsWith('mwc-')// material web components||tag.startsWith('sl-')// shoelace web components}}})...
Hopefully it can be added to one of the markdown files in the project or to the ViteJS documenation
How do we use vueCompilerOptions in Vite 2 vite.config.js file?
Is it configured in the vue plugin? And how so?
An example would be using the following properties isCustomElement
The text was updated successfully, but these errors were encountered: