In nested monorepos with many deeply nested pages, it would be interesting if the alias is longer than the relative path, to leave the shorter one
import { ExampleComponent } from '../my-directory/example-component';
vs
import { ExampleComponent } from '@/pages/my-page/areas/toolbar/my-directory/example-component';
What do you think?
In nested monorepos with many deeply nested pages, it would be interesting if the alias is longer than the relative path, to leave the shorter one
import { ExampleComponent } from '../my-directory/example-component';vs
import { ExampleComponent } from '@/pages/my-page/areas/toolbar/my-directory/example-component';What do you think?