-
Notifications
You must be signed in to change notification settings - Fork 179
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
Can't find "easings.min.js.map" file #344
Comments
Map files are automatically loaded by the browser dev tools. So it shouldn't even be a compile warning or error.
|
I've made made a commit to prevent the loading of the file if you are using |
Can you provide an isolated reproduction in Codesandbox with no CSS or JS files external to fullPage.js and the minimum amount of HTML code. Use empty sections unless strictly necessary for the reproduction? |
Okay, here is a demo link in Codesandbox, but it so weird, I use the version 0.1.22 same as my project, but here is no warning. |
@RexHung0302 your demo is not working |
Sorry, I fixed it, I forgot to save it. Codesandbox |
Make sure to update to the latest version of the fullpage-react wrapper version 0.1.26 |
Mind updating your codesandbox with such version to reproduce the issue? |
The codesandbox doesn't show any warning and I can't reproduce it on the examples that come with the component. |
The .map file is inside the In any case, this is a warning, not an error, so I wouldn't bother too much. |
I think the problem here is that the //# sourceMappingURL=scrolloverflow.min.js.map This works ok when using vanilla fullPage.js, as people usually don't move files around. But when creating the fullPage.js bundle, the I'm not a webpack expert.
Probably doable with plugins like the one suggested in this solution: Feel free to do a pull request if you find the way :) |
Description
I try to run the code but Terminal give me the warning, how to fix it?
It seem an error on plugins, not my code.
Link to isolated reproduction with no external CSS / JS
I don't have the link for demo, but I got the warning screenshoot
Steps to reproduce it
Versions
"@fullpage/react-fullpage": "^0.1.26",
"react": "^18.2.0",
The text was updated successfully, but these errors were encountered: