diff --git a/babel.config.json b/babel.config.json index e3ff932fa6..01f320812e 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,7 +1,6 @@ { "plugins": [ - "@babel/plugin-transform-runtime", - "istanbul" + "@babel/plugin-transform-runtime" ], "presets": ["@babel/preset-env"] }