fix: Fix PDF export not working on Android

The request for loading the PDF worker gets canceled since it tries to load it from a `file:` url, so we need to inline the loader as a blob so that it can be loaded correctly.
This commit is contained in:
Aman Harwara
2025-02-03 15:20:33 +05:30
parent ca234cdb33
commit a0467e7c4d
7 changed files with 29 additions and 6 deletions

View File

@@ -99,7 +99,8 @@
"webextension-polyfill": "^0.10.0",
"webpack": "*",
"webpack-dev-server": "*",
"webpack-merge": "*"
"webpack-merge": "*",
"worker-loader": "^3.0.8"
},
"lint-staged": {
"app/**/*.{js,ts,jsx,tsx}": "eslint --cache --fix",