Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/inject-browser-sync-webpack-plugin

Webpack plugin that injects the browser-sync script into the html-webpack-plugin output.
https://github.com/jaid/inject-browser-sync-webpack-plugin

browser-sync debug debugging html html-webpack-plugin html-webpack-plugin-plugin lib library plugin util utility webpack webpack-plugin

Last synced: 15 days ago
JSON representation

Webpack plugin that injects the browser-sync script into the html-webpack-plugin output.

Awesome Lists containing this project

README

        

# inject-browser-sync-webpack-plugin

License Sponsor inject-browser-sync-webpack-plugin
Build status Commits since v1.2.0 Last commit Issues
Latest version on npm Dependents Downloads

**Webpack plugin that injects the browser-sync script into the html-webpack-plugin output.**

## Installation

inject-browser-sync-webpack-plugin on npm

```bash
npm install --save-dev inject-browser-sync-webpack-plugin@^1.2.0
```

inject-browser-sync-webpack-plugin on Yarn

```bash
yarn add --dev inject-browser-sync-webpack-plugin@^1.2.0
```

@jaid/inject-browser-sync-webpack-plugin on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --save-dev @jaid/inject-browser-sync-webpack-plugin@^1.2.0
```

## Development

Setting up:
```bash
git clone [email protected]:jaid/inject-browser-sync-webpack-plugin.git
cd inject-browser-sync-webpack-plugin
npm install
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/inject-browser-sync-webpack-plugin/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)