mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
refactor: update build targets (#728)
This commit is contained in:
committed by
GitHub
parent
78a4140665
commit
b4dae443f5
@@ -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'],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user