Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
12
node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.d.ts
generated
vendored
Normal file
12
node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import type { Compiler } from 'webpack';
|
||||
import type { CompilerNameValues } from '../../../shared/lib/constants';
|
||||
interface ModuleBuildTimeAnalyzerOptions {
|
||||
compilerType: CompilerNameValues;
|
||||
buildTimeThresholdMs: number;
|
||||
}
|
||||
export default class SlowModuleDetectionPlugin {
|
||||
private options;
|
||||
constructor(options: ModuleBuildTimeAnalyzerOptions);
|
||||
apply: (compiler: Compiler) => void;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue