-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Source-map file not found #35
Comments
The same issue here:
Steps to reproduce:
Make RTL component like below:
|
I have the same problem, any solutions? |
can you please provide a solution for this? |
In my case, I downgraded the version and it worked. |
I understand that, but in the version you installed what is the difference between it and this new version that made it without source-map files? |
I'm experiencing the same issue and was also wondering how to fix it without needing to downgrade (causes other issues in my project). |
Would be great to see this fixed |
same issue here |
Is this project not maintained? Same issue here |
firstly, remove or uninstall
secondly, install
|
Any updates on this? |
Really shit , we are in 2023 and this type of problems still exist ?!! |
You can take a look at my comment here: #33 (comment) |
any update?!! |
add .env file beside src folder and add this line to it: GENERATE_SOURCEMAP=false |
Simple solution!
! If src folder is missing, then you should create this manually |
I get this warning during Webpack build:
It expects to find the source-map file in the
src
folder. But it hasn't been published on NPM.https://unpkg.com/browse/[email protected]/
I use
[email protected]
.The text was updated successfully, but these errors were encountered: