From 1840c2f7c91f5f89602a3683d85b0a9df1454855 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 11 Jun 2017 15:19:43 +0200 Subject: Update webpack stack --- client/src/custom-typings.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/custom-typings.d.ts') diff --git a/client/src/custom-typings.d.ts b/client/src/custom-typings.d.ts index 621a416b4..67e069cc6 100644 --- a/client/src/custom-typings.d.ts +++ b/client/src/custom-typings.d.ts @@ -58,6 +58,7 @@ declare module 'modern-lru' { // Extra variables that live on Global that will be replaced by webpack DefinePlugin declare var ENV: string; +declare var API_URL: string; declare var HMR: boolean; declare var System: SystemJS; @@ -67,6 +68,7 @@ interface SystemJS { interface GlobalEnvironment { ENV: string; + API_URL: string; HMR: boolean; SystemJS: SystemJS; System: SystemJS; -- cgit v1.2.3