{"library":"browsersync-webpack-plugin","type":"library","category":null,"description":"The `browsersync-webpack-plugin` package provides a bridge to integrate BrowserSync with Webpack projects, particularly useful for development workflows. It aims to simplify the setup of live reloading and synchronized browser testing by combining BrowserSync's features with Webpack's build process, often alongside `webpack-dev-middleware` and `webpack-hot-middleware`. The provided version, `0.6.0`, was published in April 2018. The package itself appears to be largely unmaintained or abandoned, with the last code commit and NPM publish occurring approximately six years ago. This makes it unsuitable for modern Webpack 5+ setups and potentially incompatible with newer Node.js versions or recent BrowserSync releases. Users should be aware of its inactive status and consider alternatives for contemporary projects. It differentiates itself by offering a direct plugin approach to embed BrowserSync into Webpack's lifecycle, rather than configuring BrowserSync manually to proxy a `webpack-dev-server` instance.","language":"javascript","status":"abandoned","version":"0.6.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install browsersync-webpack-plugin","imports":["import BrowserSyncPlugin from 'browsersync-webpack-plugin';\n// or\nconst BrowserSyncPlugin = require('browsersync-webpack-plugin');","new BrowserSyncPlugin({\n  host: 'localhost',\n  port: 3000,\n  server: { baseDir: ['public'] }\n});","new BrowserSyncPlugin(\n  { proxy: 'http://localhost:8080/' }, // BrowserSync options\n  { reload: false } // Plugin specific options\n);"]},{"cmd":"yarn add browsersync-webpack-plugin","imports":[]},{"cmd":"pnpm add browsersync-webpack-plugin","imports":[]}],"homepage":null,"github":"https://github.com/qwp6t/browsersync-webpack-plugin","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/browsersync-webpack-plugin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/browsersync-webpack-plugin/compatibility"}}