MCPcopy 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
152function copyPublicFolder() {
153 fs.copySync(paths.appPublic, paths.appBuild, {
154 dereference: true,
155 filter: file => file !== paths.appHtml,
156 });
157}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected