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

Use native import maps in development mode

This patch seem to work fine locally now, and `mozregression` points to it being fixed in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1803984 which landed in Firefox 116.

By using the native `import maps` functionality, we can remove a development dependency. Please find the specification at https://wicg.github.io/import-maps/
This commit is contained in:
Jonas Jenwald 2022-04-02 13:00:25 +02:00
parent 36c3c0a4c1
commit 5e986cb514
6 changed files with 8 additions and 22 deletions

View file

@ -13,7 +13,6 @@
"canvas": "^2.11.2",
"core-js": "^3.32.2",
"cross-env": "^7.0.3",
"es-module-shims": "1.4.7",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-fetch-options": "^0.0.5",