Sfoglia il codice sorgente

babel target browsers..

Andrew Swistak 6 anni fa
parent
commit
0add3c2d16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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%',
           },
         },
       ],