You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And i was busy writing actual app, always posponed this problem. But this new default aliases are not only 'conflicting' - like i can have some library like 'grid-page' in some products and some projects domains. But also now, as more and more code could be delegated to LLM - it struggles always inserting random paths in imports.
So i made script to update all paths to that first old good format with Cursor. But then stuck on trying to change generators defaults to generate such old importPath - seems it doesnt support anything in curly braces..
How do people do this? Are everbody just use whatever it auto-generates? Or maybe filling import path by hand everytime?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello people!
I'm using nx on giant repo for 2-3 years now.
And initially it generated path aliases like that
Then after some update it became
And nowdays its just
And i was busy writing actual app, always posponed this problem. But this new default aliases are not only 'conflicting' - like i can have some library like 'grid-page' in some products and some projects domains. But also now, as more and more code could be delegated to LLM - it struggles always inserting random paths in imports.
So i made script to update all paths to that first old good format with Cursor. But then stuck on trying to change generators defaults to generate such old importPath - seems it doesnt support anything in curly braces..
How do people do this? Are everbody just use whatever it auto-generates? Or maybe filling import path by hand everytime?
Beta Was this translation helpful? Give feedback.
All reactions