Jonas Kello
Jonas Kello
@mfreirehfexp Yes it will work with node. The reason it does not work in your repo is that you are compiling to the `dist` folder and that folder does not...
@mfreirehfexp I made a pull request to your repo that fixes the problem.
A PR for the docs is welcome :-)
I think it seems reasonable to make it configurable. It is open for a PR if you want to add it.
> Without this plugin we'll have to go back to `../../../../util` hell, any insight to improve performance would be appreciated. Just a thought, have you tried setting it up as...
So monorepos is not typescript specific. It just means you have several packages in the same git repo. So you split your app in several npm packages with their own...
Not sure I really understand the questions but I'll try an answer: When using `tsconfig-paths-webpack-plugin` the paths are actually replaced in the output so you can run that output with...
@revinsys The issue you are refering to seems to be using 3.9.0. Could you confirm this is a problem with tsconfig-paths 4.0.0? Also adding a test that shows the bug...
@aleclarson Would you care to review this one?
Do you mean in the README? I think that is exactly what is says there?