-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Closed
Labels
Description
Is this a bug report?
Maybe
Version:
react-scripts: 3.0.0-next.68
Error info:
Your project's
baseUrlcan only be set tosrcornode_modules. Create React App does not support other values at this time.
tsconfig
{
"compilerOptions": {
...,
"baseUrl": "."
},
}Question:
Why is baseUrl currently limited to src or node_modules?
xaviergonz, smmoosavi, zhaopan-pan, AhmadMaleki, ivan-ha and 6 more