makearmy-app/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts

7 lines
175 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import type { Compiler } from 'webpack';
export declare class CssChunkingPlugin {
private strict;
constructor(strict: boolean);
apply(compiler: Compiler): void;
}