Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SZzzzz/react-scripts-ts-antd
/ copyPublicFolder
Function
copyPublicFolder
scripts/build.js:152–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
function
copyPublicFolder() {
153
fs.copySync(paths.appPublic, paths.appBuild, {
154
dereference: true,
155
filter: file => file !== paths.appHtml,
156
});
157
}
Callers
1
build.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected