MCPcopy Index your code
hub / github.com/redfin/react-server / webpackConfigFunc

Function webpackConfigFunc

packages/react-server-cli/src/compileClient.js:45–45  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

43 }
44
45 var webpackConfigFunc = (data) => { return data }
46 if (webpackConfiguration) {
47 const webpackDirAbsolute = path.resolve(process.cwd(), webpackConfiguration);
48 const userWebpackConfigFunc = require(webpackDirAbsolute)

Callers 1

compileClient.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…