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

feat: Override CRA paths #487

Closed
wants to merge 3 commits into from

Conversation

attilapolakovics
Copy link
Contributor

@attilapolakovics attilapolakovics commented Jan 12, 2023

We needed a way to override CRAs appHtml paths and some others in our monorepo, so I've created a way to override any of the default CRA path strings. I saw that this is already requested in several issues (#104 seems to be the main one, still open ones are #414 and maybe #481) and even a PR was made that was closed eventually.

The method of overriding the path config follows the same logic as the other features of the package, you can either pass an object containing the definitions or specify a function that returns them.

After the new path values are set, the context paths also get overridden, for the sake of consistency.

@dilanx
Copy link
Owner

dilanx commented Jan 12, 2023

Thanks for this! I'll take a look as soon as I can.

@attilapolakovics attilapolakovics deleted the dev-paths-support branch February 9, 2023 13:08
@attilapolakovics
Copy link
Contributor Author

I've published this change to our private registry, since we need it to be available in other projects, but I didn't expect it to auto push the changes after publishing.
Sorry, I'll reopen this in a few minutes

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

Successfully merging this pull request may close these issues.

None yet

2 participants