Skip to content

joepagan/create-favicons-partial-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create favicons partial plugin for WebPack

Very simple plugin to create a favicons files from the .cache file which is generated by the favicons-webpack-plugin

Installation

npm i create-favicons-partial-webpack -D

Usage

const CreateFaviconsPartialPlugin = require('create-favicons-partial-webpack');

module.exports = {
  plugins: [
    new CreateFaviconsPartialPlugin({
      path: `${__dirname}/../../craft/templates/`,
      fileName: 'i-head-favicons.twig',
      inputFilePath: `${__dirname}/../../public/resources/favicons/.cache`,
    }),
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published