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
Hi, I am trying to use your library with webpack, but unfortunately I am getting an error due to webpack not able to find a path to pdf.worker.
0.dll.js:1 Uncaught ReferenceError: webpackJsonp_name_ is not defined at 0.dll.js:1
The source.js looks like
/***/ "./node_modules/pdfjs-dist/build/pdf.worker.js": /***/ (function(module, exports, __webpack_require__) { eval("/* WEBPACK VAR INJECTION */ ... /***/ }) })
I found this thread, but don't have enough experience to fix it myself.
Any idea how to make it work?
The text was updated successfully, but these errors were encountered:
Hi @AdrianLsk this may be fixed here: https://github.com/agentcooper/react-pdf-annotator/pull/11/files#diff-24ebce9f5f499b23e2389ef8738e8a90R7
Sorry, something went wrong.
@AdrianLsk I've just published 1.0.0, could you take a look if it works now?
1.0.0
@AdrianLsk I was facing a issue when i used webpack4. I had to update the pdf js. take a look at this #42
No branches or pull requests
Hi, I am trying to use your library with webpack, but unfortunately I am getting an error due to webpack not able to find a path to pdf.worker.
The source.js looks like
I found this thread, but don't have enough experience to fix it myself.
Any idea how to make it work?
The text was updated successfully, but these errors were encountered: