diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-29 02:44:28 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-29 02:44:28 +0200 |
commit | 3f01c9490bd6932aa991ecd86e8aaacecb911efc (patch) | |
tree | 2f5d94feca2ac56110049c09614c0274970c6812 /src/webex | |
parent | 5b90311befce19a4afd1fd778e5f23674e7b2eb1 (diff) |
adjust webpack config to exclude node modules
Diffstat (limited to 'src/webex')
-rw-r--r-- | src/webex/notify.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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; |