From dc2322aff70958eb82dcbf4f4952f36b4f1a3ead Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 19 Nov 2024 13:17:13 +0000 Subject: [PATCH] wat --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 01cdace3c..9dbdf9aa0 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -26,7 +26,7 @@ const plugins = (es5) => [ [ '@babel/preset-env', { - targets: es5 ? 'defaults, IE 11' : '>0.5%, last 2 versions, Firefox ESR, not dead', + targets: es5 ? 'defaults, IE 11' : 'defaults', }, ], ],