choo
choo copied to clipboard
Support for JavaScript modules
It'd be rad to be able to use choo in a no-build environment. Thanks!
Which environments are you thinking of?
Beaker Browser apps (offline, has Chrome's support for ES6 modules).
Choo works in no-build electron now. It would be great if we could get no-build beaker support as well. Chrome as well, but I haven't seen any great examples of that, know of any? I'm guessing this will be trivial once Node.js (and by consequence, browserify) gets better es-modules support.
we could publish an ES module bundle by browserifying choo/index.js and adding export default $BUNDLE. otherwise we'd have to add ES module support to all dependencies too.
Thats an unfortunate catch 22
Yes, module support would be super cool :)