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
Recent versions of pdfs do not include es5 build files anymore, which is inconsistent with how we import the library in the markdown-pdf package:
pdfs
es5
markdown-pdf
markdown-transform/packages/markdown-pdf/src/ToCiceroMark.js
Line 20 in e9eddfb
This means importing the markdown-pdf library may result in failures.
We should be able to import the markdown-pdf package without error.
^
markdown-transform/packages/markdown-pdf/package.json
Line 89 in e9eddfb
pdfjs-dist
2.8.335
^2.7.570
content.txt
pdfjs-dist/build/pdf.js
pdfjs-dist/es5/build/pdf.js
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report 🐛
Recent versions of
pdfs
do not includees5
build files anymore, which is inconsistent with how we import the library in themarkdown-pdf
package:markdown-transform/packages/markdown-pdf/src/ToCiceroMark.js
Line 20 in e9eddfb
This means importing the
markdown-pdf
library may result in failures.Expected Behavior
We should be able to import the
markdown-pdf
package without error.Current Behavior
Context (Environment)
^
semver here:markdown-transform/packages/markdown-pdf/package.json
Line 89 in e9eddfb
pdfjs-dist
is2.8.335
which is compatible with^2.7.570
2.8.335
does not include anes5
directory anymore. See content in the attached file.content.txt
Suggested fix
pdfjs-dist/build/pdf.js
rather thanpdfjs-dist/es5/build/pdf.js
The text was updated successfully, but these errors were encountered: