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.
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
line automatically, but instead leaves it up to the consumer.