Update .babelrc.js

* add `bugfixes: true` which will be the default in Babel 8.x
This commit is contained in:
XhmikosR 2020-06-28 08:38:42 +03:00 committed by GitHub
parent 5b24a7a47d
commit 9812f8002b
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']
}