We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am bundling all with ng-cli
pdfs are rendered correctly, but I get the following error on console:
HTTP404: NOT FOUND http://localhost:4200/main.bundle.worker.js Warning: Setting up fake worker. pdf.js (346,1)
also width -prod compliation
Warning: Setting up fake worker. vendor.aaafec7fd54304604bec.bundle.js (382,5611)
Which is the right way to load or bundling web worker?
The text was updated successfully, but these errors were encountered:
Should be fixed by 1.2.5 (which is using real web worker)
Sorry, something went wrong.
No branches or pull requests
I am bundling all with ng-cli
pdfs are rendered correctly, but I get the following error on console:
HTTP404: NOT FOUND
http://localhost:4200/main.bundle.worker.js
Warning: Setting up fake worker.
pdf.js (346,1)
also width -prod compliation
Warning: Setting up fake worker.
vendor.aaafec7fd54304604bec.bundle.js (382,5611)
Which is the right way to load or bundling web worker?
The text was updated successfully, but these errors were encountered: