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
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
I was trying to use awesome-typescript-loader with typescript@next to see if I could set it all up to avoid this whole import {..} from "../../../../../dep business and it seems like baseUrl option solves it, but only when not running through the loader.
When running with the loader, I'm getting an error:
Error: Cannot resolve module 'dep' in app
at ResolutionError.Error (native)
at new ResolutionError (node_modules/awesome-typescript-loader/dist.babel/deps.js:577:88)
at node_modules/awesome-typescript-loader/dist.babel/deps.js:402:37
Does the loader have its own module resolution strategy? If so, can we extend it to support what's being discussed in microsoft/TypeScript#5039 or perhaps use the compiler's?
aj0strow, aeternusrahl, syt-ck, ErikCupal and icholy