Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build process and support IE 10/11 #91

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

edrpls
Copy link

@edrpls edrpls commented Aug 19, 2020

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.

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).
@edrpls
Copy link
Author

edrpls commented Aug 19, 2020

Fixes #88

Copy link

@DirtyWolf DirtyWolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested local and everything looks good to me, nice job!

@edrpls
Copy link
Author

edrpls commented Aug 24, 2020

Thanks @DirtyWolf

@edrpls edrpls merged commit 80e75a5 into develop Aug 24, 2020
@edrpls edrpls mentioned this pull request Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants