mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Add the caniuse-lite
package
Since the Autoprefixer plugin indirectly depends on this, it seems like a good idea to add this as a direct dependency in the PDF.js project to hopefully avoid having to manually update `caniuse-lite` in the future; see https://github.com/browserslist/browserslist#browsers-data-updating Also, slightly tweaks the Autoprefixer config for GENERIC-builds of the PDF.js library; note that this change doesn't affect the contents of the *built* `web/viewer.js` file.
This commit is contained in:
parent
046ff07ee3
commit
896255e7bf
3 changed files with 21 additions and 19 deletions
|
@ -81,7 +81,7 @@ const AUTOPREFIXER_CONFIG = {
|
|||
"Chrome >= 73",
|
||||
"Firefox ESR",
|
||||
"Safari >= 12.1",
|
||||
"> 0.5%",
|
||||
"> 1%",
|
||||
"not IE > 0",
|
||||
"not dead",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue