An open API service indexing awesome lists of open source software.

https://github.com/cxw42/browserify-esmify-example

Example of using esmify to support ES6 import syntax in browserify. Also shows including UMD modules!
https://github.com/cxw42/browserify-esmify-example

browserify bundler commonjs commonjs-modules esmify example-project umd umd-modules

Last synced: about 1 month ago
JSON representation

Example of using esmify to support ES6 import syntax in browserify. Also shows including UMD modules!

Awesome Lists containing this project

README

          

# browserify-esmify-example

Example of using esmify to support ES6 import syntax in browserify. Also shows including UMD modules!

## Running

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`.

## License

MIT, except for `lib/multidex.js`, which has its own license.