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

chore: Manually transpile dist/ files #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

catheraaine
Copy link
Member

Description

We are experiencing a "syntax error" in the console in IE11. This is due to babelify skipping the dist folder and/or not transpiling the arrow functions to ES5. To resolve, we will rework the babelify config to work in more browsers, pointedly, IE11.

Goals

  • Create a resolved version to link to directly in our project dependencies.
  • PR this change into the original library so we don't need to maintain this branch.

To Validate:

Navigate to the demo project in IE11 and check for any console errors.

  Currently there is an error with Babelify's transform. The quick and dirty solution is to manually transpile `dist/` to work in IE11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant