MCPcopy Index your code
hub / github.com/react/create-react-app / copyPublicFolder

Function copyPublicFolder

packages/react-scripts/scripts/build.js:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218}
219
220function copyPublicFolder() {
221 fs.copySync(paths.appPublic, paths.appBuild, {
222 dereference: true,
223 filter: file => file !== paths.appHtml,
224 });
225}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected