gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

Update build process and support IE 10/11 #91

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

This updates all rollup, babel and 3rd party dependencies in order to provide support for IE10/11 that includes polyfills by core-js.

It also modifies the UMD and ESM/CJS builds to optimize for their corresponding envs.

Users of GgEzVp should not be impacted by these changes, as most of them are directed to the build process, but there were some codebase changes related to some of the dependencies new versions (like nano-events not using a constructor anymore).

Additionally, the demo page scripts are now transpiled to also support IE.

edrpls commented 4 years ago

Fixes #88

edrpls commented 4 years ago

Thanks @DirtyWolf