Skip to content

Releases: khalwat/vite-plugin-favicon

Version 1.1.5

17 Feb 19:34
Compare
Choose a tag to compare

Changed

  • Changed the plugin to only be applied during the build phase, which massively speeds up Vite dev server cold start times

Version 1.1.4

14 Nov 01:47
Compare
Choose a tag to compare

Fixed

  • Fixed outputPath if the Vite base config is set

Version 1.1.3

14 Nov 01:44
Compare
Choose a tag to compare

Changed

  • The outputPath config setting is now relative to the Vite assets directory, fixing the paths in the generated webapp.html

Version 1.1.2

13 Nov 04:27
Compare
Choose a tag to compare

Changed

  • Un-deprecated the outputPath config setting, to allow you to specify where the output assets are saved, relative to the Vite output directory

Version 1.1.1

12 Nov 07:47
Compare
Choose a tag to compare

Fixed

  • Output the generated images without a hash in the names

Version 1.1.0

07 Nov 00:21
Compare
Choose a tag to compare

Added

  • Added the ability to set inject: false in the passed in plugin config, to generate the webapp.html file (#2)

Fixed

  • Fixed an issue where it doesn't work in dev mode (#1)