dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
https://craco.js.org
Apache License 2.0
7.43k stars 499 forks source link

feat: Override CRA paths #487

Closed attilapolakovics closed 1 year ago

attilapolakovics commented 1 year ago

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 commented 1 year ago

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

attilapolakovics commented 1 year ago

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