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

Use symbolic links for transpiling chalk and make it not throw parse errors with IE11 #11624

Merged
merged 2 commits into from
Sep 9, 2021

Conversation

renanccastro
Copy link
Contributor

@renanccastro renanccastro commented Sep 8, 2021

This commit creates a package.json for using the node_modules folder, and it does link the chalk dependency to the root of the package so meteor transpiles it.

The error was happening because IE11 doesn't support ecmascript 2019 features, and thus needs to be served a legacy bundle. Chalk wasn't being transpiled.

Copy link
Collaborator

@StorytellerCZ StorytellerCZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Windows + IE11 and it works.

@StorytellerCZ StorytellerCZ added this to the Release 2.4 milestone Sep 9, 2021
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.

None yet

2 participants