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.
Expected Behavior: When you set baseUrl to an empty string (''), it should default to path.dirname(configFilePath).
Actual Behavior: Currently instead of being the path relative to the config file, it is resolving to the directory that the process was run in (process.cwd()).
Below is a small illustration showing the concern.
I will hopefully get a PR in once I've verified it fixes the problem.
PS. Paths should be ignored when the baseUrl property is NOT in the config, however should still work when baseUrl:''