Results 59 comments of Serguei Okladnikov

Hi. Seems this is duplicate #24. Let me know if any else.

Yes sure. It is just warning or something more? This fix is planned (in my free time) after next release of react-app-rewired-alias. I hope it will be soon. Thanks

alredy done will be released soon

Already released. I will post future updates on my [twitter](https://twitter.com/oklaspec)/[facebook](https://facebook.com/oklaspec) page.

Doesn't it take dependencies from root package.json? What do you mean by "this structure"? Empty list of deps? It imports that deps, which is declared. пт, 22 июл. 2022 г....

Doesn't it take dependencies from root package.json? What do you mean by "this structure"? Empty list of deps? It imports that deps, which is declared. пт, 22 июл. 2022 г.,...

As of now this feature is not working for `typescript`. It requires to specify alias in `tsconfig.paths.json` anyway.

Hi @SPiCaRiA, what is the problem, what is actually not worked for you? Error or something else.

Yes it requires a little fix, track it #89. As of now you can try to use file import, like this: ```diff - import bar from 'bar' + import bar...