refactor: update build targets (#728)

This commit is contained in:
Christian Veinfors
2021-12-06 13:03:52 +01:00
committed by GitHub
parent 78a4140665
commit b4dae443f5
5 changed files with 9 additions and 9 deletions

View File

@@ -60,8 +60,8 @@ const browserList = [
'last 2 Chrome versions',
'last 2 Firefox versions',
'last 2 Edge versions',
'Safari >= 10.0',
'iOS >= 11.2',
'Safari >= 11.0',
'iOS >= 12.2',
];
const GLOBALS = {
@@ -145,7 +145,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
{
modules: false,
targets: {
browsers: [...browserList, ...['ie 11', 'chrome 47']],
browsers: [...browserList, 'chrome 62'],
},
},
],