@oklas It doesn't work in react-app-alias-ex.
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.
Originally posted by @thany in #72 (comment)
@oklas It doesn't work in
react-app-alias-ex.When I log the output of
aliasWebpack(options)(config)I can see thebaseUrlis 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)