MCPcopy
hub / github.com/dilanx/craco / getDevServerConfigPath

Function getDevServerConfigPath

packages/craco/src/lib/cra.ts:202–204  ·  view source on GitHub ↗

Dev Server Config

(cracoConfig: CracoConfig)

Source from the content-addressed store, hash-verified

200/************ Dev Server Config ************/
201
202function getDevServerConfigPath(cracoConfig: CracoConfig) {
203 return resolveConfigFilePath(cracoConfig, 'webpackDevServer.config.js');
204}
205
206function getDevServerUtilsPath() {
207 return resolveReactDevUtilsPath('WebpackDevServerUtils.js');

Callers 2

Calls 1

resolveConfigFilePathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…