Skip to content

processing plugin after it is loaded #116

@vinitm

Description

@vinitm
var gulp = require('gulp'),
    plugins = require('gulp-load-plugins')({
        pattern: ['*'],
        rename: {
            'browser-sync': 'browserSync',
        }
    });

plugins.browserSync = plugins.browserSync.create();

Is this the right way of manually calling plugins.browserSync = plugins.browserSync.create(); after loading plugins or there is some option provided for doing the same?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions