Files
scrap/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts
2024-09-24 03:52:46 +00:00

7 lines
175 B
TypeScript

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