MCPcopy
hub / github.com/webpack/webpack / applyWebpackOptionsDefaults

Function applyWebpackOptionsDefaults

lib/index.js:420–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418 return require("./config/normalization").getNormalizedWebpackOptions;
419 },
420 get applyWebpackOptionsDefaults() {
421 return require("./config/defaults").applyWebpackOptionsDefaults;
422 }
423 },
424
425 dependencies: {

Callers 4

processMethod · 0.70
createCompilerFunction · 0.70
getDefaultConfigFunction · 0.50
getPlatformFunction · 0.50

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected