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/crypto/emscLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/emscLoader.js') diff --git a/src/crypto/emscLoader.js b/src/crypto/emscLoader.js index 190f007f1..eee2c8000 100644 --- a/src/crypto/emscLoader.js +++ b/src/crypto/emscLoader.js @@ -35,7 +35,7 @@ export function getLib() { // Make sure that TypeScript doesn't try // to check the taler-emscripten-lib. const indirectRequire = require; - const g = global as any; + const g = global; // unavoidable hack, so that emscripten detects // the environment as node even though importScripts // is present. -- cgit v1.2.3