Socket
Book a DemoInstallSign in
Socket

@rbnlffl/rollup-plugin-browser-sync

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbnlffl/rollup-plugin-browser-sync

easily integrate browser-sync into your rollup development flow 🌊

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

@rbnlffl/rollup-plugin-browser-sync

latest version on npm npm downloads a month browser-sync dep required node version package license

easily integrate browser-sync into your rollup development flow 🌊

install

yarn install --dev @rbnlffl/rollup-plugin-browser-sync

use

import browserSync from "@rbnlffl/rollup-plugin-browser-sync";

export default {
  /* rollup config */
  plugins: [
    /* rollup plugins */
    browserSync({ /* options */ })
  ]
};

be aware that the plugin only works in watch mode

config

all of the supplied configuration options get directly forwarded to browser-sync. you can find the official docs here: https://browsersync.io/docs/options

license

mit

Keywords

rollup-plugin

FAQs

Package last updated on 25 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts