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
feat: add ~/ui and ~/shared import alias infrastructure
Configure all build systems to resolve ~/ui and ~/shared aliases:
- tsconfig.json: paths for ~/ui/* and ~/shared/*
- webpack: resolve.alias entries
- browserify: pathmodify plugin in build pipeline
- jest: moduleNameMapper in unit and integration configs
- storybook: resolve.alias in webpack config
- depcheck: ignore aliases in dependency check
No existing imports are changed. Both relative and aliased imports
work simultaneously, enabling gradual opt-in adoption.
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
0 commit comments