// flow-typed signature: e7e7f59f1cdd9c963584b4620763fec3 // flow-typed version: <>/uglifyjs-webpack-plugin_v1.1.6/flow_v0.73.0 /** * This is an autogenerated libdef stub for: * * 'uglifyjs-webpack-plugin' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your work with the * community by sending a pull request to: * https://github.com/flowtype/flow-typed */ declare module 'uglifyjs-webpack-plugin' { declare module.exports: any; } /** * We include stubs for each file inside this npm package in case you need to * require those files directly. Feel free to delete any files that aren't * needed. */ declare module 'uglifyjs-webpack-plugin/dist/cjs' { declare module.exports: any; } declare module 'uglifyjs-webpack-plugin/dist/index' { declare module.exports: any; } declare module 'uglifyjs-webpack-plugin/dist/uglify/index' { declare module.exports: any; } declare module 'uglifyjs-webpack-plugin/dist/uglify/minify' { declare module.exports: any; } declare module 'uglifyjs-webpack-plugin/dist/uglify/versions' { declare module.exports: any; } declare module 'uglifyjs-webpack-plugin/dist/uglify/worker' { declare module.exports: any; } // Filename aliases declare module 'uglifyjs-webpack-plugin/dist/cjs.js' { declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/cjs'>; } declare module 'uglifyjs-webpack-plugin/dist/index.js' { declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/index'>; } declare module 'uglifyjs-webpack-plugin/dist/uglify/index.js' { declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/uglify/index'>; } declare module 'uglifyjs-webpack-plugin/dist/uglify/minify.js' { declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/uglify/minify'>; } declare module 'uglifyjs-webpack-plugin/dist/uglify/versions.js' { declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/uglify/versions'>; } declare module 'uglifyjs-webpack-plugin/dist/uglify/worker.js' { declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/uglify/worker'>; }