MCPcopy
hub / github.com/webpack/webpack / process

Method process

lib/OptionsApply.js:20–22  ·  view source on GitHub ↗

* Returns options object. * @param {WebpackOptions} options options object * @param {Compiler} compiler compiler object * @param {WebpackOptionsInterception=} interception intercepted options * @returns {WebpackOptions} options object

(options, compiler, interception)

Source from the content-addressed store, hash-verified

18 * @returns {WebpackOptions} options object
19 */
20 process(options, compiler, interception) {
21 return options;
22 }
23}
24
25module.exports = OptionsApply;

Callers 5

createCompilerFunction · 0.45
countFunction · 0.45
webpack.config.mjsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected