Skip to content
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

Fix zbar warnings in browser #22

Open
joeldhenry opened this issue Nov 18, 2022 · 3 comments
Open

Fix zbar warnings in browser #22

joeldhenry opened this issue Nov 18, 2022 · 3 comments

Comments

@joeldhenry
Copy link

zbar has 2 warnings when running in browser - see demo.
Screenshot 2022-11-18 at 1 24 11 pm

@samsam2310
Copy link
Owner

This is a workaround for issue webpack/6725

@joeldhenry
Copy link
Author

that doesn't seem to resolve the issue (or even compile). my currently web pack implementation is the answer from #8

@samsam2310
Copy link
Owner

The warning is because we use .wasm.bin for the extension of wasm files. This is a workaround for webpack/6725 because if we use .wasm the webpack will try to parse wasm files and ignore the file-loader.

These warning are expected. And I should not cause any issue when using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants