UNPKG

webpack-chunk-report-plugin

Version:

Webpack Chunk Report Plugin

2 lines (1 loc) 110 B
export type DisableTreeShaking = string | RegExp | ((name: string) => boolean) | Array<string> | Set<string>;