Native ES6 Module Support
Hey Kris, are you open to a PR augmenting the way alkali is packaged to include native ES6 module support?
Yes, that sounds great. How would we go about doing this? Would it mean generating a .mjs file in the build? If that could provides native module support, that would be awesome.
My original thought was that it would be really nice to able to use the type="module attribute on the script tag to access alkali as a module without build tools. Supporting Node is equally important of course, but more complicated, so I'll do some research to figure out what the best approach would be to support both.
I wonder if switching to Rollup might offer better support for building ES6 modules as output?