From 7deae18ca78b41cc37d4633c37e6f6f0f7aee598 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 22 Jul 2019 00:27:18 +0300 Subject: [PATCH] Fix code splitting for dashboard --- dashboard/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/tsconfig.json b/dashboard/tsconfig.json index a5ed3837..87f88db7 100644 --- a/dashboard/tsconfig.json +++ b/dashboard/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "moduleResolution": "node", - "module": "es2015", + "module": "esnext", + "sourceMap": true, "noImplicitAny": false, "allowSyntheticDefaultImports": true, "experimentalDecorators": true,