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
For the moment, this library only works in NodeJS or wherever require-style imports work but not in the browser and it would be neat to make nclr usable in the browser too.
Proposal
ES module support.
Motivation
For the moment, this library only works in NodeJS or wherever
require
-style imports work but not in the browser and it would be neat to makenclr
usable in the browser too.Possible help
https://2ality.com/2017/04/setting-up-multi-platform-packages.html
https://medium.com/@tarkus/how-to-build-and-publish-es6-modules-today-with-babel-and-rollup-4426d9c7ca71
The text was updated successfully, but these errors were encountered: