Browse Source

Update .babelrc.js

* add `bugfixes: true` which will be the default in Babel 8.x
XhmikosR 4 năm trước cách đây
mục cha
commit
9812f8002b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .babelrc.js

+ 1 - 0
.babelrc.js

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