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(custom-webpack): change ts-node compilation target to include TS features #941

Merged
merged 3 commits into from
Mar 4, 2021
Merged

fix(custom-webpack): change ts-node compilation target to include TS features #941

merged 3 commits into from
Mar 4, 2021

Conversation

arturovt
Copy link
Collaborator

@arturovt arturovt commented Feb 28, 2021

Hey @just-jeb . I've removed target property that was introduced in this PR (c85cd10) since it's actually not needed. This property didn't exist in @10 version and it worked perfect, but we've upgraded to @11 version and started getting such errors.

This property will require maintaining since it will require bumping target each time TS releases new features, which brings additional complexity.

image


And with a new change:

image

@tony
Copy link
Contributor

tony commented Mar 2, 2021

@arturovt Could this be related to the issue at #944?

I get an unexpected token as well, though it's in a SCSS file

@arturovt
Copy link
Collaborator Author

arturovt commented Mar 2, 2021

Hey @tony . Not sure about this. I would have looked at the reproduction but I've seen there is a huge repo (the repo where your build is failing).

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