From 012a2743f293b8eecc6b220c03b53dd63efb8a8b Mon Sep 17 00:00:00 2001 From: Pranav Raj Sreepuram Date: Wed, 16 Oct 2019 12:29:23 +0530 Subject: [PATCH] Remove corejs option in preset-env Fixes #148 --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index e66c9a424..3d5f17fd6 100644 --- a/babel.config.js +++ b/babel.config.js @@ -32,7 +32,6 @@ module.exports = api => { { forceAllTransforms: true, useBuiltIns: 'entry', - corejs: 3, modules: false, exclude: ['transform-typeof-symbol'], },