Skip to content

Allow option to limit icon production #147

@JasonGoemaat

Description

@JasonGoemaat

I would like to produce only the icon types and sizes I want as part of a build process, but I can't figure out how to limit that with the options object. The favicon object seems to let you create all the png sizes you want, but it always creates 'favicon.ico' which I don't want...

  favicon: {
    name: 'icons-',
    pngSizes: [16, 48, 128],
    icoSizes: []
  }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions