https://github.com/jaid/html-favicon-webpack-plugin
Webpack plugin that adds a favicon link tag to html-webpack-plugin output.
https://github.com/jaid/html-favicon-webpack-plugin
app favicon html html-webpack-plugin html-webpack-plugin-plugin lib library util utility webapp webpack webpack-plugin
Last synced: 7 months ago
JSON representation
Webpack plugin that adds a favicon link tag to html-webpack-plugin output.
- Host: GitHub
- URL: https://github.com/jaid/html-favicon-webpack-plugin
- Owner: Jaid
- License: mit
- Created: 2019-12-21T04:09:44.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T18:17:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-22T22:41:55.950Z (10 months ago)
- Topics: app, favicon, html, html-webpack-plugin, html-webpack-plugin-plugin, lib, library, util, utility, webapp, webpack, webpack-plugin
- Language: JavaScript
- Homepage: https://github.com/Jaid/html-favicon-webpack-plugin
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# html-favicon-webpack-plugin
**Webpack plugin that adds a favicon link tag to html-webpack-plugin output.**
## Installation
```bash
npm install --save-dev html-favicon-webpack-plugin@^1.1.0
```
```bash
yarn add --dev html-favicon-webpack-plugin@^1.1.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/html-favicon-webpack-plugin@^1.1.0
```
## Development
Setting up:
```bash
git clone git@github.com:jaid/html-favicon-webpack-plugin.git
cd html-favicon-webpack-plugin
npm install
```
Testing in production environment:
```bash
npm run test
```
## License
[MIT License](https://raw.githubusercontent.com/jaid/html-favicon-webpack-plugin/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)