swup / preload-plugin

A swup plugin for preloading pages to speed up navigation 🚀
https://swup.js.org/plugins/preload-plugin
MIT License
14 stars 14 forks source link

Fix renamed `ignoreLink`>`shouldIgnoreVisit` in `preloadPages` #43

Closed hirasso closed 1 year ago

hirasso commented 1 year ago

There was still a broken reference in preloadPages that should actually called the newly named function shouldIgnoreVisit. This PR fixes that.

hirasso commented 1 year ago

I had some issues understanding that cherry-pick actually of course inserts the commit together with it's message, that's why the second commit where I actually only built the dist files, is name a bit weird.

daun commented 1 year ago

I feel like you can cherry-pick multiple commits into a single commit. But yeah, no worries 👽