@tech-wizards/favicons-webpack-plugin
Version:
Let webpack generate all your favicons and icons for you
42 lines (21 loc) • 564 B
Markdown
# 0.0.9
+ Improve support for Webpack 4
# 0.0.8
+ Add support for Webpack 4
# 0.0.7
+ Inject generated HTML to end of head
# 0.0.6
+ Add support for `devtool: 'eval'`
# 0.0.5
+ Invalidate cache on plugin version change
# 0.0.4
+ Add persistent caching to generate the favicons only once
# 0.0.3
+ Rename filename option to statsFilename
+ Add emitStats option (set to false by default)
## BREAKING CHANGE
+ the stats file isn't generated by default anymore
# 0.0.2
+ Fix typos
# 0.0.1
+ Initial release