David-Desmaisons / Vue.resize

Vue directive to detect resize events with deboucing and throttling capacity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove find polyfill?

Ilya1vanov opened this issue · comments

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!