We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I would suggest importing by name with inline script instead and let the tools will handle the resolution:
<script type=module> import 'package-name/existing-element.js'; </script>
This is what we did for PolymerElement demos (e.g. https://github.com/PolymerElements/iron-list/blob/master/demo/index.html#L20).
Originally posted by @keanulee in #263