diff --git a/babel.config.js b/babel.config.js index dbc4c98f..43f781b0 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,12 +2,7 @@ const presets = [ [ '@babel/env', { - targets: { - edge: '17', - firefox: '60', - chrome: '67', - safari: '11.1', - }, + targets: "last 2 versions", }, ], '@babel/preset-typescript',