adobe / aem-spa-page-model-manager

Interface between Adobe Experience Manager and Single Page Application framework.
Apache License 2.0
34 stars 24 forks source link

[bug] Package is incompatible with IE11 #34

Closed angusdowling closed 3 years ago

angusdowling commented 3 years ago

Describe the bug This package is not compatible with IE11. This is because the TypeScript compilation target has been set to es2018 in tsconfig.json. IE11 does not support the features available in es2018, and throws an error when it runs into code it cannot understand.

Package version 1.2.3

Expected behavior The package should be compatible with IE11. A possible fix for this can be to set the compilation target to es5 instead of es2018

Screenshots Error in console Line of code throwing error

pfauchere commented 3 years ago

We do not intend to support IE11.