{"id":25560462,"url":"https://github.com/acehubert/react-scripts-configs","last_synced_at":"2026-01-27T04:33:27.081Z","repository":{"id":57140697,"uuid":"133936331","full_name":"aceHubert/react-scripts-configs","owner":"aceHubert","description":"override react-scripts config","archived":false,"fork":false,"pushed_at":"2018-10-16T02:54:35.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-09T18:56:25.595Z","etag":null,"topics":["override","react-scripts"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aceHubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-18T09:53:50.000Z","updated_at":"2018-10-16T02:54:38.000Z","dependencies_parsed_at":"2022-09-01T23:50:36.519Z","dependency_job_id":null,"html_url":"https://github.com/aceHubert/react-scripts-configs","commit_stats":null,"previous_names":["acehubert/react-scripts-override"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceHubert%2Freact-scripts-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceHubert%2Freact-scripts-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceHubert%2Freact-scripts-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceHubert%2Freact-scripts-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aceHubert","download_url":"https://codeload.github.com/aceHubert/react-scripts-configs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239881924,"owners_count":19712654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["override","react-scripts"],"created_at":"2025-02-20T17:29:20.935Z","updated_at":"2026-01-27T04:33:27.056Z","avatar_url":"https://github.com/aceHubert.png","language":null,"readme":"# react-scripts-configs\noverride react-scripts config\n\n## Installation\n\n```bash\nyarn add react-scripts-configs\n```\n\n### Usage\nadd \"override-config.js\" and \"override-paths.js\" to root directory\n\n```bash\n//override-config.js\n//or\n//override-config.dev.js/override-config.prod.js/override-config.test.js\n\nmodule.exports = (config, env) =\u003e {\n  //env:development | production | test\n  if(env==='test'){\n    //JestConfig\n    return config\n  }\n  //WebpackConfig\n  return config;\n}\n```\n```bash\n//override-paths.js\n\nmodule.exports = (paths)=\u003e{\n  //appBuild: 'build',\n  //appPublic: 'public',\n  //appHtml: 'public/index.html',\n  //appIndexJs: 'src/index.js',\n  //appPackageJson: 'package.json',\n  //appSrc: 'src',\n  return paths;\n}\n```\nthen update \"scripts\" section in package.json\n```bash\n//package.json\n\n  \"scripts\": {\n    \"start\": \"react-scripts-configs start\",\n    \"build\": \"react-scripts-configs build\",\n    \"test\": \"react-scripts-configs test\",\n  }\n```\n\n## LICENSE\n[MIT](https://choosealicense.com/licenses/mit/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facehubert%2Freact-scripts-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facehubert%2Freact-scripts-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facehubert%2Freact-scripts-configs/lists"}