1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Update packages

This commit is contained in:
Tim van der Meij 2023-09-09 15:28:17 +02:00
parent 18a661b6a0
commit f42d70a24e
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 170 additions and 169 deletions

View file

@ -212,7 +212,7 @@ function createWebpackConfig(
: [
[
"@babel/preset-env",
{ corejs: "3.32.1", shippedProposals: true, useBuiltIns: "usage" },
{ corejs: "3.32.2", shippedProposals: true, useBuiltIns: "usage" },
],
];
const babelPlugins = ["@babel/plugin-transform-modules-commonjs"];