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

Can I override "config-overrides.js"? #656

Open
wonsuc opened this issue Apr 4, 2024 · 2 comments
Open

Can I override "config-overrides.js"? #656

wonsuc opened this issue Apr 4, 2024 · 2 comments

Comments

@wonsuc
Copy link

wonsuc commented Apr 4, 2024

The framework sdk which I'm using uses react-app-rewired and already has config-overrides.js in node_modules folder.
Since I can't modify the framework's config-overrides.js. Can I newly make config-overrides.js in the root path of my project and re-override config-overrides.js which is already existing previously?

@dawnmist
Copy link
Collaborator

Which framework are you using?

If it depends on react-app-rewired, it's quite likely that the config-overrides.js file it uses is the same one that react-app-rewired uses - i.e. the framework is likely to be passing the config-overrides.js file to react-app-rewired.

@wonsuc
Copy link
Author

wonsuc commented Apr 16, 2024

The framework we use is private sdk which is not public open source codes. It's very modified file from original config-overrides.js file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants