Hi, I'm having a problem serving my webpack bundle to older browsers. I'm using your library but because of one little "const" in middleware.js it breaks.
|
const reviver = (receiveOptions && typeof receiveOptions.reviver !== undefined) |
Would it be possible to replace "const" here with var?
Hi, I'm having a problem serving my webpack bundle to older browsers. I'm using your library but because of one little "const" in middleware.js it breaks.
fetch-wrap/src/middleware.js
Line 150 in 91faed9
Would it be possible to replace "const" here with var?