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
Hello.
I'm importing a file from outside public folder using a "../../" relative path.
It works using build and then serve but not in dev mode.
I get "404 ./public\src\test.js - File not found" (src is a sibling to public)
Using alias also doesn't work in dev mode
Is this a known bug?
The text was updated successfully, but these errors were encountered:
Hello.
I'm importing a file from outside public folder using a "../../" relative path.
It works using build and then serve but not in dev mode.
I get "404 ./public\src\test.js - File not found" (src is a sibling to public)
Using alias also doesn't work in dev mode
Is this a known bug?
The text was updated successfully, but these errors were encountered: