From 689ca5e287db07f56130d4bddf8c1317f2da1f1f Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Wed, 16 Jan 2019 05:28:54 -0500 Subject: [PATCH] update webpack plugin-transform-runtime --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 1c8d6f5..d6ee111 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -143,8 +143,8 @@ const base = { ], [ '@babel/plugin-transform-runtime', { - corejs: 2, - useESModules: true + helpers: true, + regenerator: true } ], '@babel/plugin-syntax-dynamic-import'