From d64bb1976e992a2355187d710b7fed7deb53ab3b Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Tue, 26 Sep 2017 13:48:00 +0300 Subject: [PATCH] Revert using inline source map, we should do this only in development (#4890) --- tsconfig.shared.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.shared.json b/tsconfig.shared.json index 796ec2bab..ba55cc870 100644 --- a/tsconfig.shared.json +++ b/tsconfig.shared.json @@ -10,7 +10,7 @@ "removeComments": true, "experimentalDecorators": true, "diagnostics": true, - "inlineSourceMap": true, + "sourceMap": true, "jsx": "react", "reactNamespace": "UIBuilder", "lib": [