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

Function validateEnv

modules/start.js:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function validateEnv() {
33 if (!PROD && AUTO_RELOAD === 'hot' && SERVER_RENDERING) {
34 logError('Hot Module Replacement is disabled because SERVER_RENDERING is enabled.')
35 }
36}
37
38function checkDependencies() {
39 log('checking app dependencies')

Callers 1

startFunction · 0.70

Calls 1

logErrorFunction · 0.90

Tested by

no test coverage detected