From d50679571598405893d02911e84b0f283d525e5f Mon Sep 17 00:00:00 2001 From: Shin Tachibana <45375496+Shin-Tachibana@users.noreply.github.com> Date: Tue, 3 Aug 2021 03:41:05 +0700 Subject: [PATCH] fix(webserver): update to maintained repo (#3696) Change package cordova-plugin-webserver obsolete to cordova-plugin-webserver2 Co-authored-by: Shin <45375496+NguyenThanh1995@users.noreply.github.com> --- src/@ionic-native/plugins/web-server/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/web-server/index.ts b/src/@ionic-native/plugins/web-server/index.ts index 4e4bcf64e..b40a4bb90 100644 --- a/src/@ionic-native/plugins/web-server/index.ts +++ b/src/@ionic-native/plugins/web-server/index.ts @@ -57,9 +57,9 @@ export interface Request { */ @Plugin({ pluginName: 'WebServer', - plugin: 'cordova-plugin-webserver', + plugin: 'cordova-plugin-webserver2', pluginRef: 'window.webserver', - repo: 'https://github.com/bykof/cordova-plugin-webserver.git', + repo: 'https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git', platforms: ['Android', 'iOS'], }) @Injectable()