Closed
Description
Is this a bug report?
Maybe
Version:
react-scripts: 3.0.0-next.68
Error info:
Your project's
baseUrl
can only be set tosrc
ornode_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
?