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 #489

Merged
merged 3 commits into from
Mar 4, 2023
Merged

feat: Override CRA paths #489

merged 3 commits into from
Mar 4, 2023

Conversation

attilapolakovics
Copy link
Contributor

@attilapolakovics attilapolakovics commented Feb 9, 2023

(Had to recreate it)
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 Feb 9, 2023

Thanks. Sorry for the delay, I've been super busy. I'll be taking a look at open PRs hopefully by next week.

@dilanx dilanx merged commit 58f67cf into dilanx:main Mar 4, 2023
@dilanx
Copy link
Owner

dilanx commented Mar 4, 2023

Good feature, and implementation looks good to me. I'll release it with 7.1.0 and will plan to document it.

@attilapolakovics
Copy link
Contributor Author

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants