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

IE 8 and script error on e.default #3

Open
StephaneG31 opened this issue Jan 29, 2020 · 0 comments
Open

IE 8 and script error on e.default #3

StephaneG31 opened this issue Jan 29, 2020 · 0 comments

Comments

@StephaneG31
Copy link

StephaneG31 commented Jan 29, 2020

For some reason we try to be compliant with IE 8 (I know it's not new).
With IE8 we don't use customProtocolCheck function but we load the script.
We include custom-protocol-check.min.js in our pages.

IE8 (we test with W10 with IE11 but in compatibilty mode 8), there's an error with e.default

var n = e && e.__esModule ? function () {
                return e.default
            } : function () {
                return e
            };

Is it possible to fix that with something like e["default"] ?

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

No branches or pull requests

1 participant