We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f82435 commit ed95d9aCopy full SHA for ed95d9a
3 files changed
libs.d.ts
@@ -1,5 +1,5 @@
1
declare module 'rollup-plugin-uglify' {
2
- export function uglify (): any
+ export function uglify (options?: any): any
3
}
4
declare module 'rollup-plugin-replace' {
5
export default function replace(options: any): any
0 commit comments