create-favicons-partial-webpack

1.0.3 • Public • Published

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`,
    }),
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i create-favicons-partial-webpack

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

4.24 kB

Total Files

4

Last publish

Collaborators

  • joepagan