feat: refactoring project
This commit is contained in:
13
node_modules/webpack/lib/OptionsApply.js
generated
vendored
13
node_modules/webpack/lib/OptionsApply.js
generated
vendored
@@ -5,7 +5,18 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized} WebpackOptions */
|
||||
/** @typedef {import("./Compiler")} Compiler */
|
||||
|
||||
class OptionsApply {
|
||||
process(options, compiler) {}
|
||||
/**
|
||||
* @param {WebpackOptions} options options object
|
||||
* @param {Compiler} compiler compiler object
|
||||
* @returns {WebpackOptions} options object
|
||||
*/
|
||||
process(options, compiler) {
|
||||
return options;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = OptionsApply;
|
||||
|
||||
Reference in New Issue
Block a user