MCPcopy
hub / github.com/wdjungst/react-project / getDXConfig

Function getDXConfig

modules/PackageUtils.js:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export function getDXConfig() {
22 const packageJSON = getPackageJSON()
23 validatePackageJSON(packageJSON)
24 return getPackageJSON()['react-project']
25}
26
27export function copyProps(source, target, field) {
28 if (!target[field])

Callers 4

transpileWebpackConfigFunction · 0.90
getEntryFunction · 0.90

Calls 2

getPackageJSONFunction · 0.85
validatePackageJSONFunction · 0.85

Tested by

no test coverage detected