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 Aug 19, 2026. It is now read-only.
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
Current behavior
The current implementation of createRelativePathMap from gulp-module-resolver is unsafe and does not account for multiple paths specified in tsconfig.
Expected behavior
The plugin should be safe and should resolve multiple paths to be TS complied.
Minimal reproduction of the problem with instructions
Adding an alias with an empty array in tsconfig crashes the gulp-build pipe.
I'm submitting a...
Current behavior
The current implementation of
createRelativePathMapfromgulp-module-resolveris unsafe and does not account for multiple paths specified intsconfig.Expected behavior
The plugin should be safe and should resolve multiple paths to be TS complied.
Minimal reproduction of the problem with instructions
Adding an alias with an empty array in
tsconfigcrashes the gulp-build pipe.