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

Fix IE11 Syntax Error #20

Merged
merged 5 commits into from
Jul 16, 2020
Merged

Conversation

Watercycle
Copy link
Contributor

@Watercycle Watercycle commented Mar 19, 2020

This PR makes it so that babel-loader transpiles the imported ExifReader module and explicitly specifies IE11 as a target, addressing #16.

For some reason, specifying the presets in .babelrc did not work, so the presets were included into the Webpack configuration per the suggestion of a few GitHub issues. I originally thought bumping ExifReader would fix things, but that wasn't enough since it is also using other IE11 incompatible things (e.g. arrow functions).

This was tested in Chrome & IE11.

@ericnograles ericnograles merged commit 62bd5c0 into ericnograles:master Jul 16, 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