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
Investigate the possibility of using aliases/absolute paths in imports. Create React App and React Scripts do not allow using absolute paths and aliases for imports.
Big discussion in facebook/create-react-app#8909
There are some third party packages that allows configuring various aspects of the project.
There is always the option to eject the project and modify everything. The react team suggest an alternative
Acceptance criteria
Is it possible to use aliases?
What effort will be?
Additional Context
The text was updated successfully, but these errors were encountered:
Description
Investigate the possibility of using aliases/absolute paths in imports. Create React App and React Scripts do not allow using absolute paths and aliases for imports.
Big discussion in facebook/create-react-app#8909
There are some third party packages that allows configuring various aspects of the project.
There is always the option to eject the project and modify everything. The react team suggest an alternative
Acceptance criteria
Additional Context
The text was updated successfully, but these errors were encountered: