Qr-reader doesn't work on production because of this problem: "Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true".
I tried to change HTMLCanvasElement.prototype and added "canvas.setAttribute("willReadFrequently", "true")".
It helps, but it's bad practice