rag-context-optimizer / frontend /node_modules /next /dist /build /webpack /plugins /css-chunking-plugin.d.ts
| import type { Compiler } from 'webpack'; | |
| export declare class CssChunkingPlugin { | |
| private strict; | |
| constructor(strict: boolean); | |
| apply(compiler: Compiler): void; | |
| } | |