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(babel): Add source type option to babel config for module inference #325

Merged
merged 5 commits into from
Feb 26, 2019

Conversation

mattcompiles
Copy link
Contributor

This fixes an issue where babel can get confused about what type of file it is parsing (e.g. module/scripts). This is specifically a problem in sku for compilePackages. See the related babel issue here: babel/babel#9238.

This fixes an issue where babel can get confused about what type of file it is parsing
(module/scripts). This is specifically a problem in sku for compile packages. See the related babel
issue here babel/babel#9238.
@mattcompiles mattcompiles merged commit cc6b402 into master Feb 26, 2019
@mattcompiles mattcompiles deleted the fix-babel-runtime branch February 26, 2019 03:36
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.

3 participants