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
We will likely support this via #476 but you would have to add the current directory to NODE_PATH yourself. We want to keep this explicit because it is quite prone to breakage.
Here is an example: reduxjs/redux#1681 (comment). We don’t want people to have issues like this so we won’t enable it by default.
Is it planned to add import statements without relative paths (webpack) feature to create-react-app?
You can found info regarding this here and here.
With this we can do
instead of
The text was updated successfully, but these errors were encountered: