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
require("alias/file") works fine, but if you have an index file under the alias and reference only require("alias"), it doesn't work. Imports to the root of an alias never gets replaced.
From what I see, this project has been abandoned, if anyone goes through the same problem, you need to replace the line 105 in this file for:
require("alias/file")
works fine, but if you have an index file under the alias and reference onlyrequire("alias")
, it doesn't work. Imports to the root of an alias never gets replaced.From what I see, this project has been abandoned, if anyone goes through the same problem, you need to replace the line 105 in this file for:
The text was updated successfully, but these errors were encountered: