mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
add missing option (#40539)
This commit is contained in:
@@ -20,5 +20,9 @@ declare namespace CaseSensitivePathsWebpackPlugin {
|
||||
* Show more information
|
||||
*/
|
||||
debug?: boolean;
|
||||
/**
|
||||
* Run before emit instead of after resolve for individual files
|
||||
*/
|
||||
useBeforeEmitHook?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user