You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the root cause is the regex in pathToModuleName function.
"build/testDep.".replace(///g, '.').replace(/^[^a-zA-Z$]/, '').replace(/[^a-zA-Z0-9.$]/g, '_');
We need to handle backslashes in paths on Windows.
The text was updated successfully, but these errors were encountered:
On #374:
We need to handle backslashes in paths on Windows.
The text was updated successfully, but these errors were encountered: