Katerina Skroumpelou

Results 130 comments of Katerina Skroumpelou

Potentially related: https://github.com/nrwl/nx/issues/17257

Thank you all for all these workarounds. I want to find a good solution to solve this internally, but have not managed to do it yet.

Ok found the issue - solved the issue - with the help of @shilman!!! In your project's `tsconfig.app.json` or `tsconfig.lib.json`, remove the `.stories.*` paths from the `excludes` array. Then it...

Once #17749 is merged and makes into our next minor release, you can `nx migrate` and a better solution will take effect!

Hi there @friedbizkvit ! Thank you SO much for your PR!!!! We have made so many changes since you submitted this. Essentially, you can pass any arg to vite, and...

Hi there @arndwestermann ! Thanks for filing this bug. Does your issue go away if you install `@nrwl/nx`?

Hi there @fitimsijarinaa ! Thanks for filing an issue. I cannot reproduce however. Here is my repository (https://github.com/mandarini/sb-ng-1631), please read the README, I followed the steps as you said and...

That's great to hear! Thanks @fitimsijarinaa !

Cool! So, yes, I tested on this repo: https://github.com/mandarini/vite-paths/tree/test-caleb on the branch `test-caleb`, which I added lots of interdependencies, and some to cover Storybook path resolution as well. All works...