The build output is still a UMD module, but without all the browserified dependencies, and targeting NodeJS.
Publishing to npm is not a priority, but at least it allows for incorporating this library in node-based applications.
Creating a "nice" node (or ES6) module (without using a bundler) is still out of reach :(
This PR introduces experimental NodeJS support.
The build output is still a UMD module, but without all the browserified dependencies, and targeting NodeJS. Publishing to npm is not a priority, but at least it allows for incorporating this library in node-based applications. Creating a "nice" node (or ES6) module (without using a bundler) is still out of reach :(
This addresses #49 as far as currently possible…