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 don't use tools like Webpack or Parcel or Browserify or RequireJS, I'm trying to stay away from bundlers and keep my build process light (using tools like Zwitterion, and Snowpack only if necessary). It would be great if you could create an ES modules build that is ready to be run directly in current browsers without any modifications, except for leaving bare specifiers in place.
I'm having a very difficult time getting this package to work in the browser, because of all of the Node dependencies and some strange happenings with Rollup, which I wouldn't be using if the package were ready for the browser.
The text was updated successfully, but these errors were encountered:
Hey @lastmjs. I created a fork of this project and opened a PR for this. Eventually this will mean that the browser version will be published in npm, so you can use it with unpkg or just download it manually.
For the time being, I created a gist with the generated files. It worked for me when I included it a plain index.html, but could you please check if that is what you're looking for?
Hey!
I don't use tools like Webpack or Parcel or Browserify or RequireJS, I'm trying to stay away from bundlers and keep my build process light (using tools like Zwitterion, and Snowpack only if necessary). It would be great if you could create an ES modules build that is ready to be run directly in current browsers without any modifications, except for leaving bare specifiers in place.
I'm having a very difficult time getting this package to work in the browser, because of all of the Node dependencies and some strange happenings with Rollup, which I wouldn't be using if the package were ready for the browser.
The text was updated successfully, but these errors were encountered: