Neah_Front/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts
2025-04-08 14:45:23 +02:00

7 lines
175 B
TypeScript

import type { Compiler } from 'webpack';
export declare class CssChunkingPlugin {
private strict;
constructor(strict: boolean);
apply(compiler: Compiler): void;
}