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
In version 1.2.1
from query string c:/project/editor/field.jsx:51:13:90:6
after resolve name and apply replace \project\editor\field.jsx:51:13:90:6
In version 1.2.0
from query string c:/project/editor/field.jsx:51:13:90:6
after resolve name and apply replace c:\project\editor\field.jsx:51:13:90:6
I don't know what i should fix. I can't understand why we should cut drive for window platform.
Middleware recieves an absolute path to host, but relative path to cwd. We need keep path relative, but normalize it - that's why path.resolve('/', filename) is using.
But on windows platform path.resolve() adds drive that's not desired behaviour since cwd will be added by opener.
Looks like this commit broke 25644fb
The text was updated successfully, but these errors were encountered: