I'm building a website, where I'd use different polymer components, some of them multiple times.
My problem is that the compiled code contains a
customElements.define('dom-module', DomModule);
that throws
Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry at CustomElementRegistry.value
I have no idea how to resolve this.