chore: update to node 16

This commit is contained in:
Harttle
2022-07-08 02:56:39 +08:00
parent 0f824355fa
commit ed95d9a760
3 changed files with 21010 additions and 201 deletions
Vendored
+1 -1
View File
@@ -1,5 +1,5 @@
declare module 'rollup-plugin-uglify' {
export function uglify (): any
export function uglify (options?: any): any
}
declare module 'rollup-plugin-replace' {
export default function replace(options: any): any