Created by: FezVrasta
With the currently documented regex we catch relative imports, that then get wrongly mapped.
For example, ./Foobar.js
will become <PROJECT_ROOT>/src/./Foobar.js
, instead of <PROJECT_ROOT>/src/the/real/file/path/Foobar.js
.
The new regex will exclude imports starting with a dot (.
)