-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Description
This can be done as a non-breaking change post v3, but I wonder if it should be possible to compile a custom element without a tag — i.e. it doesn't add the
customElements.define(tag, constructor);
line automatically, but instead leaves it up to the consumer.
PaulMaly, gluck, hsablonniere and osamamaruf