Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
1
node_modules/webpack/lib/CleanPlugin.js
generated
vendored
1
node_modules/webpack/lib/CleanPlugin.js
generated
vendored
@@ -369,6 +369,7 @@ class CleanPlugin {
|
||||
/** @param {CleanOptions} options options */
|
||||
constructor(options = {}) {
|
||||
validate(options);
|
||||
/** @type {CleanOptions & { dry: boolean }} */
|
||||
this.options = { dry: false, ...options };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user