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
When I log the output of aliasWebpack(options)(config) I can see the baseUrl is completely ignored.
When I switch back to react-app-alias, and comment out the checkOutside(aliasMap) line, it does log the correct paths.
@oklas It doesn't work in
react-app-alias-ex
.When I log the output of
aliasWebpack(options)(config)
I can see thebaseUrl
is completely ignored.When I switch back to
react-app-alias
, and comment out thecheckOutside(aliasMap)
line, it does log the correct paths.Originally posted by @thany in #72 (comment)
The text was updated successfully, but these errors were encountered: