-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix baseUrl
for NODE_PATH=src
#5692
Comments
Out of curiosity, would this allow absolute imports in TS apps created with create-react-app? I've been trying to get it working and remember setting the |
Yes, this will start permitting absolute imports in TS apps. |
Will this work with I use this because it forces referencing |
Not sure if we'll allow |
We use the same as @tkazec, so that instead of having to have a dozen different absolute paths (plus paths for files that were under |
@niekert |
Adding |
@jamesg1 That's been working for me for over a year too, but on this new project, whenever I run Anyone have a way to prevent this? |
@mindjuice Yeah I think there was a change which resets the baseUrl might have to use react rewired. See #5118 (comment) |
@mindjuice The tsconfig is rewritten on every start. You have to use |
A list of users now appears on the home page, the "add user" from has been moved to different endpoint. This list is driven by a react context. Netlify settings have been added. A .env file that should allow for absolute paths in imports has been added. It is not working, I should suspect that my config is correct, this just may need sorting with react-scripts, facebook/create-react-app#5692. sidebar css moved to assets folder. Constants folder added. Both fields in the form now use required validation and will alert the user what is invalid. formState is displayed below the form.
We now support setting
|
title
The text was updated successfully, but these errors were encountered: