diff --git a/types/case-sensitive-paths-webpack-plugin/index.d.ts b/types/case-sensitive-paths-webpack-plugin/index.d.ts index 208766a904..b5150c8301 100644 --- a/types/case-sensitive-paths-webpack-plugin/index.d.ts +++ b/types/case-sensitive-paths-webpack-plugin/index.d.ts @@ -20,5 +20,9 @@ declare namespace CaseSensitivePathsWebpackPlugin { * Show more information */ debug?: boolean; + /** + * Run before emit instead of after resolve for individual files + */ + useBeforeEmitHook?: boolean; } }