Akash Singh
Akash Singh
This was one of the first features I looked for. I was saddened it's not supported. Because there is usually a need to use functions natively not just in react...
I thought there might be something wonky with the underlying implementation in the @nrwl:node. If it's not that, then it's kinda strange that the same principle is not same between...
@linbudu599 There is no way to modify webpack or rollup config (whichever @nrwl/node:package uses). So basically there is no way of using tsconfig-paths. At least not in a way I...
Thank you for some clarifications. And yes my problem is that the compiled output in the dist folder still has wrong paths. I actually ditched all `@nrwl` executors since non...
I would also like to add that we are forced to use String / Number / Boolean (notice first letter capitalized). TypeScript advices us to use only lower case versions...