-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
webpack: missing bundles #109
Comments
Is this somehow connected with this error message?
I'm using Invenio-Previewer |
@egabancho what I noticed is that the file is required but not placed correctly under |
Tl;DR:
|
In this file there is a dependency on
/static/js/pdfjs/pdf.worker.min.js
but the file is not bundled. We should either include it in thestatic
file or create a specific bundle for that. Or align assets/js/pdfjs/viewer.js with static/js/pdfjs/viewer.js.The text was updated successfully, but these errors were encountered: