0.0.3 • Published 1 year ago

@rbnlffl/rollup-plugin-browser-sync v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago