UNPKG

webpack-chunk-report-plugin

Version:

Webpack Chunk Report Plugin

3 lines (2 loc) 166 B
import type { Module, ModuleGraph } from "webpack"; export declare const markAsUsed: (module: Module, moduleGraph: ModuleGraph, runtime: string | undefined) => void;