Version
master
Describe the bug
Bundle do not work with IE11 because we bundled abort-controller and p-defer, which both of them does not have ES5-compatible code referenced in their package. We need to adopt them manually.
Steps to reproduce
- Open full bundle sample with IE11
Expected behavior
All bundle should work under IE11.
Additional context
[Bug]
Version
masterDescribe the bug
Bundle do not work with IE11 because we bundled
abort-controllerandp-defer, which both of them does not have ES5-compatible code referenced in their package. We need to adopt them manually.Steps to reproduce
Expected behavior
All bundle should work under IE11.
Additional context
[Bug]