Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/inject-browser-sync-webpack-plugin
- Owner: Jaid
- License: mit
- Created: 2019-12-30T14:42:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:38:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T09:41:44.037Z (25 days ago)
- Topics: browser-sync, debug, debugging, html, html-webpack-plugin, html-webpack-plugin-plugin, lib, library, plugin, util, utility, webpack, webpack-plugin
- Language: JavaScript
- Homepage: https://github.com/Jaid/inject-browser-sync-webpack-plugin
- Size: 3.56 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# inject-browser-sync-webpack-plugin
**Webpack plugin that injects the browser-sync script into the html-webpack-plugin output.**
## Installation
```bash
npm install --save-dev inject-browser-sync-webpack-plugin@^1.2.0
``````bash
yarn add --dev inject-browser-sync-webpack-plugin@^1.2.0
```
(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)