This plugin contains a sample script for a quick start development as well as a few events to be tracked.
Use src
for development, and when you are done, then build the deployment version using the commands below.
$ npm install
To compile the script into a ES2015 version, run the following command:
$ npm run build
To watch:
$ npm run watch
debug Enable logging
breakingPointToTrack Choose the breaking points to track progress
{
debug: false,
breakingPointToTrack: [25, 50, 75, 10]
}