Open lhtdesignde opened 6 years ago
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. https://github.com/benjamine/fetch-wrap/blob/91faed95f7f544064e18474bf197d9204c04734e/src/middleware.js#L150
Would it be possible to replace "const" here with var?
Thanks for merging it in!
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. https://github.com/benjamine/fetch-wrap/blob/91faed95f7f544064e18474bf197d9204c04734e/src/middleware.js#L150
Would it be possible to replace "const" here with var?