From 9812f8002b207eae2a1713c3aa93e2d5fd403e1a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 28 Jun 2020 08:38:42 +0300 Subject: [PATCH] Update .babelrc.js * add `bugfixes: true` which will be the default in Babel 8.x --- .babelrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc.js b/.babelrc.js index f93208141..406f4765d 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -4,6 +4,7 @@ module.exports = { '@babel/preset-env', { loose: true, + bugfixes: true, modules: false, exclude: ['transform-typeof-symbol'] }