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
I think it would be nice if select was available as an ES6 module. The hidden goal for me is having clipboard.js available as an ES6 module (fixing zenorocha/clipboard.js#568).
In a first time, you could simply expose an module/select.js file and declare it in a module field in package.json. And then, in a second time, you could use the ES6 version as the baseline and generate the commonJS module via Rollup...
What do you think?
The text was updated successfully, but these errors were encountered:
Hi!
I think it would be nice if
select
was available as an ES6 module. The hidden goal for me is havingclipboard.js
available as an ES6 module (fixing zenorocha/clipboard.js#568).In a first time, you could simply expose an
module/select.js
file and declare it in amodule
field inpackage.json
. And then, in a second time, you could use the ES6 version as the baseline and generate the commonJS module via Rollup...What do you think?
The text was updated successfully, but these errors were encountered: