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
relative import fails when it starts with 2 dots @import ../some-style.
I also checked how fs.existsSync handles paths with .. in it.
on linux fs.existsSync fails to find the file if the path contains .., on windows it works...