create-react-app Absolute imports and intellisense with create-react-app (without ejecting) By default create-react-app does not allow absolute imports which is a bit shame because you always need to check the location of the file you're editing and the location of the file you're importing. We will need to make some small tweaks to use absolute imports.