Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 277 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 277 Bytes

mod-pageload-reporter

Page Loading Reporter

Usage

module.exports = {
    plugins: {
        "mod-pageload-reporter": "mod-pageload-reporter"
    },
    tasks: {
        "mod-pageload-reporter": {
            src: "",
            dest: ""
        }
    }
};