-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Path resolution after build #14651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
not sure that I understand the problem correctly. Path mappings were introduced to address the issue with flexible module loading in runtime when loader can map module id from the source code to a physical file using some additional configuration (i.e. via |
@vladima Mhhh ok i understand but, when i compile my code how can i change this path by absolute path ? :/ ! |
Presumablly you have a babel-plugin or some post-build script that updates the reference. the setting here is just to "tell" the compiler what happens at build time. |
Ok great ! Thanks for your help :-) |
Hi there,
This is my problem : I use Path resolution in my TypeScript app like this =>
And when i import my module i write that =>
My problem is, when i build my project with the tsc command, i can execute my js native file because import path are the same ! So, i have forgot something or ???
Thanks!
The text was updated successfully, but these errors were encountered: