1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Use JSON imports instead of PDFJSDev.json

JSON imports are now supported by all tools used in PDF.js' build
process. The `chromecom.js` file is bundled by webpack and
import attributes are thus removed, so browser compatibility for this
new syntax is not relevant.
This commit is contained in:
Nicolò Ribaudo 2024-11-18 15:04:14 +01:00
parent 658a0a16c1
commit a8592d86a9
No known key found for this signature in database
GPG key ID: AAFDA9101C58F338
7 changed files with 7 additions and 26 deletions

View file

@ -382,6 +382,7 @@ function createWebpackConfig(
module: {
rules: [
{
test: /\.[mc]?js$/,
loader: "babel-loader",
exclude: babelExcludeRegExp,
options: {