From f1047ae33c81fb9bf35c41e661e245dd439068d0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 19 Nov 2018 19:57:34 -0800 Subject: [PATCH] Remove redundent plugin declaration --- .babelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.babelrc b/.babelrc index 6ae454e4..73fb04d9 100644 --- a/.babelrc +++ b/.babelrc @@ -26,7 +26,6 @@ ], "env": { "test": { - "presets": ["@babel/preset-react"], "plugins": [ "@babel/plugin-transform-modules-commonjs", "@babel/plugin-syntax-dynamic-import"