makearmy-app/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts
2025-09-22 10:37:53 -04:00

6 lines
175 B
TypeScript

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