-
Notifications
You must be signed in to change notification settings - Fork 225
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
User defined path shortcuts defined in tsconfig.json are not resolved in transpiled code #180
Comments
please add this! |
Any news on adding this feature? |
Here's a quick fork off v1.1.7 to resolve this
It's somewhat of a hack but works, ensure .serverless and .build directories are deleted before running |
any news on this issue? |
Same issue with baseUrl. |
If you are using serverless-webpack (installed by default if you used In your webpack.config.js
|
Will this feature be implemented? |
Sent a PR implementing this is #241 ... but like my other PRs to this repo, there is no sign of it ever getting merged in... |
Would be super useful to have this! +1 |
Hi there!
I am using shortcut paths in my
tsconfig.json
file. For example:Paths are not expanded/resolved in transpiled code. This is a known feature/bug of Typescript microsoft/TypeScript#26722
There are a few workarounds as discussed in the issue above. One suggestion is to resolve the problem at the level of the output bundler (e.g. webpack and, in our case, this plugin).
I was just wondering if this plugin could resolve shortcuts before/after transpiling the code.
thanks
The text was updated successfully, but these errors were encountered: