12345 |
- import type webpack from 'webpack';
- import type { ForkTsCheckerWebpackPluginConfig } from '../plugin-config';
- import type { ForkTsCheckerWebpackPluginState } from '../plugin-state';
- declare function tapAfterCompileToAddDependencies(compiler: webpack.Compiler, config: ForkTsCheckerWebpackPluginConfig, state: ForkTsCheckerWebpackPluginState): void;
- export { tapAfterCompileToAddDependencies };
|