File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ class ForkTsCheckerWebpackPlugin {
65
65
ForkTsCheckerWebpackPlugin . ALL_CPUS - 2
66
66
) ;
67
67
68
+ public static getCompilerHooks ( compiler : webpack . Compiler ) {
69
+ return getForkTsCheckerWebpackPluginHooks ( compiler ) ;
70
+ }
71
+
68
72
public readonly options : Partial < Options > ;
69
73
private tsconfig : string ;
70
74
private compilerOptions : object ;
@@ -171,10 +175,6 @@ class ForkTsCheckerWebpackPlugin {
171
175
this . vue = options . vue === true ; // default false
172
176
}
173
177
174
- private static getCompilerHooks ( compiler : webpack . Compiler ) {
175
- return getForkTsCheckerWebpackPluginHooks ( compiler ) ;
176
- }
177
-
178
178
private static createFormatter ( type : 'default' | 'codeframe' , options : any ) {
179
179
switch ( type ) {
180
180
case 'default' :
You can’t perform that action at this time.
0 commit comments