/
opt
/
canhelp
/
node_modules
/
next
/
dist
/
build
/
webpack
/
plugins
/
minify-webpack-plugin
/
src
/
/opt/canhelp/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
536
0644
edit
dl
rm
index.js
8809
0644
edit
dl
rm
index.js.map
14882
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.d.ts
(536B)
import { sources, type CacheFacade, type Compilation } from 'next/dist/compiled/webpack/webpack'; export declare class MinifyPlugin { private options; constructor(options: { noMangling?: boolean; disableCharFreq?: boolean; }); optimize(compiler: any, compilation: Compilation, assets: any, cache: CacheFacade, { SourceMapSource, RawSource, }: { SourceMapSource: typeof sources.SourceMapSource; RawSource: typeof sources.RawSource; }): Promise<void>; apply(compiler: any): void; }
Save
cmd:
run