chore: fix test on windows 10

This commit is contained in:
Jun Yang
2019-03-02 03:36:33 +08:00
parent f960904df4
commit d44e1d727a
5 changed files with 49 additions and 8 deletions
Vendored
+2 -2
View File
@@ -1,6 +1,6 @@
declare module 'rollup-plugin-uglify' {
export function uglify (): any
}
declare module 'rollup-plugin-alias' {
export default function alias(options: any): any
declare module 'rollup-plugin-replace' {
export default function replace(options: any): any
}