Merge pull request #13995 from tschaub/browserslist

Remove IE workarounds for legacy build, examples, and workers
This commit is contained in:
Tim Schaub
2022-08-18 06:55:18 -06:00
committed by GitHub
4 changed files with 10 additions and 37 deletions

View File

@@ -99,7 +99,6 @@
"pngjs": "^6.0.0",
"proj4": "2.8.0",
"puppeteer": "16.1.0",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.7",
@@ -134,6 +133,11 @@
]
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"sideEffects": [
"proj.js",
"ol.css"