olefirenko / vue-barcode-reader

A Vue.js set of components to scan barcodes and QR codes.
214 stars 77 forks source link

Fixes for Vite support #29

Closed olefirenko closed 2 years ago

olefirenko commented 2 years ago

There is the following error in the version 1.0.0

Uncaught SyntaxError: The requested module '/node_modules/@zxing/library/esm5/index.js?v=3e2bb531' does not provide an export named 'BrowserMultiFormatReader'

This PR adds fixes it and enables the Vite builds.