Replies: 1 comment
-
Please see this discussion: mozilla/pdf.js#16061 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using this package with
vite
and noticed this warning when I runnpm i
,npm run build
...You get this warning when you use
vite
with this package. Not sure if this also happens withwebpack
and the others. The error above was taken from the vite sample project (sample/vite
)I understand that the 'problem' is coming from
pdf.js
itself but I thought it'll be interesting to ask this community. Should I be concerned about the security warning above?Beta Was this translation helpful? Give feedback.
All reactions