vue-json-csv icon indicating copy to clipboard operation
vue-json-csv copied to clipboard

v1.2.12 broke support for IE 11

Open adamdehaven opened this issue 3 years ago • 0 comments

I utilize vue-json-csv in an enterprise application where I have to support Internet Explorer 11 🤮 . Based on the settings added in v1.2.12, Internet Explorer 11 can no longer utilize the package.

I'm just guessing here, but I believe it's because of the browserslist entry in package.json. In my Vue app, I have my own .browserlistrc file with the following contents:

> 3%
last 3 versions
not ie < 11

Unsure of what the actual setting would be here, but if you could restore support for Internet Explorer 11 for us enterprise users, that would be much appreciated!

adamdehaven avatar Dec 22 '20 16:12 adamdehaven