Skip to content
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

Bug: resolve tsconfig baseUrl when local template development #122

Closed
sabertazimi opened this issue Sep 11, 2021 · 0 comments
Closed

Bug: resolve tsconfig baseUrl when local template development #122

sabertazimi opened this issue Sep 11, 2021 · 0 comments
Assignees
Labels
bug Something isn't working todo 🗒️

Comments

@sabertazimi
Copy link
Owner

Describe the bug

Resolve tsconfig baseUrl when local template development:

Error: Your project's `baseUrl` can only be set to `src` or `node_modules`. Create React App does not support other values at this time.
     at getAdditionalModulePaths
     at getModules
     at Object.<anonymous>
     at Module._compile
     at Object.Module._extensions..js
     at Module.load
     at Function.Module._load
     at Module.require
     at require
     at Object.<anonymous>

To Reproduce

npm run start:template

Expected behavior

Start local webpack-dev-server with local bod template without any Error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo 🗒️
Projects
None yet
Development

No branches or pull requests

1 participant