Update .babelrc.js (#2859)

* add `bugfixes: true` which will be the default in Babel 8.x
pull/2861/head
REJack 2020-06-28 14:03:33 +02:00 committed by GitHub
commit 89f47f3486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module.exports = {
'@babel/preset-env',
{
loose: true,
bugfixes: true,
modules: false,
exclude: ['transform-typeof-symbol']
}