From 8757d79b0890d0ec320d72700d3f140e434a6c43 Mon Sep 17 00:00:00 2001 From: Yakimych Date: Sat, 24 Aug 2019 12:00:00 +0200 Subject: [PATCH] Enable dead code elimination by setting module to es6 --- bsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsconfig.json b/bsconfig.json index 150f353..fa9881f 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -15,7 +15,7 @@ ], "package-specs": [ { - "module": "commonjs", + "module": "es6", "in-source": true } ],