From 66e371bc595c6181292138523d40f5e9903c64c6 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 5 Nov 2018 14:41:12 +0530 Subject: [PATCH] Remove preset because it overrides all other things causing faltu transpilations --- .babelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.babelrc b/.babelrc index 43925d1..6e53678 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,4 @@ { - "presets": ["preact-cli/babel"], "env": { "test": { "presets": [["preact-cli/babel", { "modules": "commonjs" }]]