From bd12416765adeccb925866248c05a867ed71b2cb Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Feb 2021 16:52:32 +0100 Subject: support a bunch of game consoles and old androids --- webpack.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 3f6c6bd..2754b21 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,12 @@ module.exports = { [ '@babel/preset-env', { useBuiltIns: 'usage', - targets: 'defaults', + targets: [ + "defaults", + "Safari > 3", + "Opera > 8", + "Android > 3" + ], corejs: 3 } ] -- cgit