This project is a sandbox for using the new @std/esm
module to use ESM module
syntax on Node and still use mocha, nyc for testing and browserify for targeting
the browser.
git clone https://github.com/dschnare/std-esm-sandbox.git
npm install
npm start
To build for the browser
npm run js:bundle
See the ISSUES.md for a list of known issues and their workarounds.