Example of using esmify to support ES6 import syntax in browserify. Also shows including UMD modules!
npm install
npm run build
Then open example.html in a browser. You should see a spinner. If you
open the developer console, you will be able to access a window global called
Multidex.
MIT, except for lib/multidex.js, which has its own license.