-
Notifications
You must be signed in to change notification settings - Fork 429
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
Build Failed using react-app-rewired #644
Comments
Having the same issue, it's react-app-rewired that caused the issue, I still don't know how to fix it, Does anyone have an idea to fix this? |
Finally, I've fixed it, in my case the issue is caused by an alias, I've removed it, and everything worked as intended: {
"compilerOptions": {
"paths": {
"@components/*": ["./src/components/*"],
"@assets/*": ["./src/assets/*"],
"@api/*": ["./src/api/*"],
"@hooks/*": ["./src/hooks/*"],
"@pages/*": ["./src/pages/*"],
"@utils/*": ["./src/utils/*"],
- "@/*": ["./*"]
}
}
} |
@medram ... in my case I am getting below error .. have no idea what's wrong with the webpack config Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
|
Error building with react-app-rewired
The text was updated successfully, but these errors were encountered: