2.0.0
- Breaking change 🚨
- The debug plugin will no longer assign a global swup instance to
window.swup
by default - If you need a global instance, pass
{ globalInstance: true }
into the plugin on setup
window.swup
by default{ globalInstance: true }
into the plugin on setup