feat: refactoring project
This commit is contained in:
4
node_modules/webpack/lib/DelegatedPlugin.js
generated
vendored
4
node_modules/webpack/lib/DelegatedPlugin.js
generated
vendored
@@ -9,8 +9,12 @@ const DelegatedModuleFactoryPlugin = require("./DelegatedModuleFactoryPlugin");
|
||||
const DelegatedSourceDependency = require("./dependencies/DelegatedSourceDependency");
|
||||
|
||||
/** @typedef {import("./Compiler")} Compiler */
|
||||
/** @typedef {import("./DelegatedModuleFactoryPlugin").Options} Options */
|
||||
|
||||
class DelegatedPlugin {
|
||||
/**
|
||||
* @param {Options} options options
|
||||
*/
|
||||
constructor(options) {
|
||||
this.options = options;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user