MCPcopy Index your code
hub / github.com/wdjungst/react-project / getAppWebpackConfig

Function getAppWebpackConfig

modules/start.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const PROD = process.env.NODE_ENV === 'production'
13
14function getAppWebpackConfig() {
15 return require(WEBPACK_PATH)
16}
17
18export default function start(cb) {
19 validateEnv()

Callers 1

runDevServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected