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
- Production optimization with debugger statement removal
389
+
- ES2020 target for modern JavaScript features
390
+
- Custom element support for tags starting with 'app-element'
391
+
- Disabled CSS code splitting for better web component compatibility
392
+
- Hot reload improvements for Vue components
393
+
- Rollup output configuration for maintaining file names
394
+
395
+
</details>
396
+
333
397
## Web Component without Shadow DOM
334
398
335
399
If you want to create a web component without Shadow DOM, you can set the `disableShadowDOM` option to `true` in the `createWebComponent` function. This will create a web component without Shadow DOM encapsulation.
0 commit comments