David-Desmaisons / Vue.resize

Vue directive to detect resize events with deboucing and throttling capacity.
MIT License
326 stars 36 forks source link

Remove find polyfill? #14

Open Ilya1vanov opened 4 years ago

Ilya1vanov commented 4 years ago

Adding polyfills is in the consumer code responsibility according to Vue Cli developers guie (see, https://cli.vuejs.org/guide/browser-compatibility.html#polyfills-when-building-as-library-or-web-components). Also, Vue Cli is able to auto-detect and inject required polyfills based on browserslist file.

So, what do you think on removing this from the repo?

Thanks in advance!