@swup/debug-plugin
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

Swup Debug Plugin

A swup plugin for debugging and helping in development.

  • Output all triggered hooks to the console as they happen
  • Rewrites swup's log method so that any output provided by plugins is visible
  • Detect common mistakes and suggest solutions in the console

Installation

Install the plugin from npm and import it into your bundle.

npm install @swup/debug-plugin
import SwupDebugPlugin from '@swup/debug-plugin';

Or include the minified production file from a CDN:

<script src="https://unpkg.com/@swup/debug-plugin@4"></script>

Usage

To run this plugin, include an instance in the swup options.

const swup = new Swup({
  plugins: [new SwupDebugPlugin()]
});

Options

globalInstance

If true, the plugin will store the swup instance on the global window object, making swup available at window.swup. Defaults to false.

{
  globalInstance: true
}

Readme

Keywords

none

Package Sidebar

Install

npm i @swup/debug-plugin

Weekly Downloads

1,627

Version

4.0.4

License

MIT

Unpacked Size

34.8 kB

Total Files

12

Last publish

Collaborators

  • hirasso
  • daun
  • gmrchk