Andrew Swistak 6 лет назад
Родитель
Сommit
0add3c2d16
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      babel.config.js

+ 1 - 1
babel.config.js

@@ -21,7 +21,7 @@ module.exports = function(api) {
         require('@babel/preset-env').default,
         {
           targets: {
-            node: 'current',
+            browsers: '> 1%',
           },
         },
       ],