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
With:
[ERROR] Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari14" + 2 overrides)
node_modules/pdfjs-dist/build/pdf.mjs:19764:53: 19764 │ ...rts__ = globalThis.pdfjsLib = await (globalThis.pdfjsLibPromise =... ╵ ~~~~~
that did not happen with earlier vite/vue versions
The text was updated successfully, but these errors were encountered:
That was an Issue with the recently versions of pdfjs, You can find details and solution here #115
Sorry, something went wrong.
thank you very much. resolved.
No branches or pull requests
With:
I get this below, when I run yarn dev
[ERROR] Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari14" + 2 overrides)
that did not happen with earlier vite/vue versions
The text was updated successfully, but these errors were encountered: