MCPcopy
hub / github.com/webpack/webpack / build

Method build

lib/Module.js:1033–1037  ·  view source on GitHub ↗

* Builds the module using the provided compilation context. * @abstract * @param {WebpackOptions} options webpack options * @param {Compilation} compilation the compilation * @param {ResolverWithOptions} resolver the resolver * @param {InputFileSystem} fs the file system * @param {BuildC

(options, compilation, resolver, fs, callback)

Source from the content-addressed store, hash-verified

1031 * @returns {void}
1032 */
1033 build(options, compilation, resolver, fs, callback) {
1034 const AbstractMethodError = require("./errors/AbstractMethodError");
1035
1036 throw new AbstractMethodError();
1037 }
1038
1039 /**
1040 * Returns the source types this module can generate.

Callers 2

_buildModuleMethod · 0.45
module-esm-used.jsFile · 0.45

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected