html-next / vertical-collection

Infinite Scroll and Occlusion at > 60FPS
https://html-next.github.io/vertical-collection/
MIT License
176 stars 77 forks source link

Remove targets file #330

Closed twokul closed 3 years ago

twokul commented 3 years ago

One thing to note is that the default configuration is a little different from what we had before. Link to targets doc. It will not impact the consumers of the library since "dummy" application is used for testing purposes.

// config/targets.js
module.exports = {
  browsers: [
    'last 1 edge versions',
    'last 1 Chrome versions',
    'last 1 Firefox versions',
    'last 1 Safari versions'
  ]
};