MCPcopy
hub / github.com/webpack/webpack / getNormalizedWebpackOptions

Function getNormalizedWebpackOptions

lib/index.js:417–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415
416 config: {
417 get getNormalizedWebpackOptions() {
418 return require("./config/normalization").getNormalizedWebpackOptions;
419 },
420 get applyWebpackOptionsDefaults() {
421 return require("./config/defaults").applyWebpackOptionsDefaults;
422 }

Callers 6

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

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected