From 3f01c9490bd6932aa991ecd86e8aaacecb911efc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 May 2017 02:44:28 +0200 Subject: adjust webpack config to exclude node modules --- src/webex/notify.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webex') diff --git a/src/webex/notify.ts b/src/webex/notify.ts index 23e73d145..c743240a4 100644 --- a/src/webex/notify.ts +++ b/src/webex/notify.ts @@ -27,6 +27,8 @@ */ import URI = require("urijs"); +import * as wxApi from "./wxApi"; + declare var cloneInto: any; const PROTOCOL_VERSION = 1; -- cgit v1.2.3