1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-10-26 19:53:23 +01:00

tweak browser targets

This commit is contained in:
hakimel
2021-10-28 14:23:19 +02:00
parent 0ea4193001
commit 1ce77db3d0
2 changed files with 23 additions and 23 deletions

View File

@@ -60,11 +60,11 @@ const babelConfig = {
// polyfilling older browsers and a larger bundle.
const babelConfigESM = JSON.parse( JSON.stringify( babelConfig ) );
babelConfigESM.presets[0][1].targets = { browsers: [
'last 2 Chrome versions', 'not Chrome < 60',
'last 2 Safari versions', 'not Safari < 10.1',
'last 2 iOS versions', 'not iOS < 10.3',
'last 2 Firefox versions', 'not Firefox < 60',
'last 2 Edge versions', 'not Edge < 16',
'last 2 Chrome versions',
'last 2 Safari versions',
'last 2 iOS versions',
'last 2 Firefox versions',
'last 2 Edge versions',
] };
let cache = {};