Files
Shifted/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts
2026-02-10 01:14:19 +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;
}