1.0.3 • Published 5 years ago

create-favicons-partial-webpack v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago