File size: 175 Bytes
fea495a
 
 
 
 
 
1
2
3
4
5
6
7
import type { Compiler } from 'webpack';
export declare class CssChunkingPlugin {
    private strict;
    constructor(strict: boolean);
    apply(compiler: Compiler): void;
}