-
Notifications
You must be signed in to change notification settings - Fork 43
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] Tasks update for cross platform compatibility #151
base: main
Are you sure you want to change the base?
[FIX] Tasks update for cross platform compatibility #151
Conversation
…update-for-cross-platform-compatibility
…update-for-cross-platform-compatibility
@Himanshu-Singh-Chauhan Could you test this one on windows? Also @charlwillia6 , aren't we removing part of the path completely here? Would this not make it not be able to find |
@Fryingpannn This works great on Windows. In fact, prepackag'ing wasn't working on Windows at all before. Hence why I made this change. And it works on Linux too. The only one I wasn't sure about was Mac, because I can't test it. The part that mattered was this for the path:
This change is necessary for proper debugging in Windows. |
…update-for-cross-platform-compatibility
…update-for-cross-platform-compatibility
Description ✏️
When using Git Bash in Windows, running the debugger caused an error for prepackage.js. The issue was because the path had incorrect forward slashes in the path.
Fixes this issue:
This fix makes the prepackaging cross-platform compatible and now it will work in Windows.
Checklist ✅