wilddragon-site/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts

7 lines
175 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import type { Compiler } from 'webpack';
export declare class CssChunkingPlugin {
private strict;
constructor(strict: boolean);
apply(compiler: Compiler): void;
}