rodneyrehm / viewport-units-buggyfill

Making viewport units (vh|vw|vmin|vmax) work properly in Mobile Safari.
MIT License
1.59k stars 151 forks source link

Fix CustomEvent when file is minified #110

Closed emirpolo closed 1 year ago

emirpolo commented 2 years ago
image

Prevent rename CustomEvent when bundle is generated

emirpolo commented 2 years ago

It's always overwriting the native CustomEvent, since is failing because in the new h("test") h is not defined.