-
-
Notifications
You must be signed in to change notification settings - Fork 529
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 5 compatibility #274
Comments
Any updates on this? Is this repo taking pull requests? Has anyone found a workaround? |
Uncaught ReferenceError: process is not defined at Object.10936 (vuePdfNoSss.vue:6) |
process.env.VUE_ENV !== 'server' |
@FranckFreiburger can you please fix it. It's real stopper to upgrade to webpack 5, worker-loader: "^2.0.0" is a problem I suppose. |
PR #340 Should resolve this. |
I'm having the same issue here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Building vue-pdf with webpack 5 fails because of worker-loader version. Please create a webpack 5 compatibe version of vue-pdf
Thanks,
grofzero
The text was updated successfully, but these errors were encountered: