You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm developing several webcomponents using Polymer 3 and LitElement. Both of them rely on ES6 imports and leverage on the browser ES6 modules import capabilities.
For one of my components I have a dependency on a lib that depends on tiny-emitter. I would need tiny-emitter to be available also as an ES6 module.
I'm making a PR to propose it...
The text was updated successfully, but these errors were encountered:
Currently I'm developing several webcomponents using Polymer 3 and LitElement. Both of them rely on ES6 imports and leverage on the browser ES6 modules import capabilities.
For one of my components I have a dependency on a lib that depends on tiny-emitter. I would need tiny-emitter to be available also as an ES6 module.
I'm making a PR to propose it...
The text was updated successfully, but these errors were encountered: