Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
220
function
copyPublicFolder() {
221
fs.copySync(paths.appPublic, paths.appBuild, {
222
dereference: true,
223
filter: file => file !== paths.appHtml,
224
});
225
}
Callers
1
build.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected