-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Webpack fails for JS projects from trying to load index.tsx #493
Comments
Hi @yanickrochon , thanks for open the Issue. Just fiunding a fix for this one in the same moment you open this issue. Let me investigate a little more and came back to you asap. |
Is there even a way to fix this problem instantly? We can't work for hours because of this. Revert it back until the problem is fixed |
I saw, because of this reopened the issue, I'm on it. The issue seems to be related on |
Can you revert to v3.0.1 until you find a solution? |
related egoist/tsup#579 |
@semihraifgurel @yanickrochon Could you please try using |
@elrumordelaluz version 3.0.5 worked for me. Thanks. |
Great! Thank you for following and helping to solve the issue! |
Hello I am getting this error |
From which file? can you share some more info? context, if is ts project? |
Hi, I am facing a similar issue:
This is causing my builds to fail. Is there a stable version I can use? |
Should be I am sorry for those errors. |
@elrumordelaluz everything is fine with |
Hey @elrumordelaluz , still seeing this same error in 3.0.1. |
Take a look to the replies on #498, I think could be a fast and temporary workaround. |
For those who were having issues with named export from non EcmaScript module, can you please upgrade version/s to check if the issue is solved on your end? Thanks! |
Hey @elrumordelaluz , upgraded to @reactour/tour version 3.1.0. I am seeing this issue again:
|
thank you @shubhrasachdev, mind making |
Hey @elrumordelaluz - Tried after cleaning, the issue is still occurring. Anything else I can try? |
can you share more info related on your environment and project? I can't reproduce in Next and CRA new empty projects. |
This is the env and project config I am working with: Let me know if any additional info is required. |
are you using CRA or in which way are you transpiling? |
From what I can tell, its CRA. I run the |
What happens if you do |
Also, can you search please for "@reactour" in your |
Hey @elrumordelaluz , I noticed I was using react-scripts 3.4.4. I just now upgraded to 5.0.1, and now it is running as expected. As for the info you asked from my package-lock.json -
|
great! Curious about this command:
Thanks for all the information! |
Here's the response from
|
Seems to resolve well. Thanks again! |
Since the small issues described after the author closes the main one seems to be solve, I am closing this issue, but feel free create a new one with specific information. Thanks again to you all! |
Describe the bug
Not all projects use TypeScript, and not all projects have
.ts
/.tsx
loaders. This error occurs when using Next.js without TypeScript.Expected behavior
This package should not expect that TypeScript will be available out of the box.
The text was updated successfully, but these errors were encountered: