feat: refactoring project
This commit is contained in:
4
node_modules/webpack/lib/LoaderOptionsPlugin.js
generated
vendored
4
node_modules/webpack/lib/LoaderOptionsPlugin.js
generated
vendored
@@ -69,7 +69,9 @@ class LoaderOptionsPlugin {
|
||||
if (key === "include" || key === "exclude" || key === "test") {
|
||||
continue;
|
||||
}
|
||||
context[key] = options[key];
|
||||
|
||||
/** @type {any} */
|
||||
(context)[key] = options[key];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user