My "Run as Javascript" works, but it inlines all custom elements. In the dart version the custom elements are in a separate file and since I eventually want to use these elements for integration purposes I think it would be much more cleaner to keep it like that.
Is there a way to tell pub build/"Run as Javascript" to keep the custom element definition(s) separate?