diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-02-27 16:52:32 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-02-27 16:52:32 +0100 |
| commit | bd12416765adeccb925866248c05a867ed71b2cb (patch) | |
| tree | 5f4d83d2b36792f579d630ea65421465f2d0289b /webpack.config.js | |
| parent | 51519f32056fcbd6bf29b273a826389f0912bf7d (diff) | |
support a bunch of game consoles and old androids
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 7 |
1 files changed, 6 insertions, 1 deletions
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 } ] |
