Files
williammarch.xyz/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts
2026-04-02 19:13:46 +01:00

7 lines
175 B
TypeScript

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