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 to provide a dist file wich runs directly in browser from for example https://unpkg.com/[email protected]?module. unpkg is cool as it rewrites imports to modules with real urls.
If interessted I would create a PR adds some build scripts to add a esm output in the next days.
This would be completely seperated or can be added in the package.json module field.
The text was updated successfully, but these errors were encountered:
That'd be great. I'm not really familiar with that space, and every time I have to work on toolchain stuff I feel like throwing my computer out of the window.
We had some problems before in creating a 'pure' browser build that is ready to use, as some deps require pretty advanced polyfills. Maybe related: #135.
I think it would be nice to provide a dist file wich runs directly in browser from for example
https://unpkg.com/[email protected]?module
. unpkg is cool as it rewrites imports to modules with real urls.If interessted I would create a PR adds some build scripts to add a esm output in the next days.
This would be completely seperated or can be added in the package.json module field.
The text was updated successfully, but these errors were encountered: