All notable changes to this project will be documented in this file.
- Changed the plugin to only be applied during the
build
phase, which massively speeds up Vite dev server cold start times
- Fixed
outputPath
if the Vitebase
config is set
- The
outputPath
config setting is now relative to the Vite assets directory, fixing the paths in the generatedwebapp.html
- Un-deprecated the
outputPath
config setting, to allow you to specify where the output assets are saved, relative to the Vite output directory
- Output the generated images without a hash in the names
- Added the ability to set
inject: false
in the passed in plugin config, to generate thewebapp.html
file (#2)
- Fixed an issue where it doesn't work in dev mode (#1)
1.0.8 (2021-05-13)
- 🐛 don't fail on missing options (e19a01e)
1.0.7 (2021-05-06)
- 🐛 files html refs were not being updated (7c9c534)
1.0.6 (2021-05-05)
- 🐛 favicons-webpack-plugin config compat (f148f16)
1.0.5 (2021-05-05)
- 🐛 fix spelling of config (81339dc)
1.0.4 (2021-05-05)
- 🐛 Fix types inclusion (643eedc)
1.0.3 (2021-05-05)
- 🐛 fix external type inclusion (c75c979)
1.0.2 (2021-05-05)
- 🐛 fix publish ci and description (d425edd)
1.0.1 (2021-05-05)
- fix ci script (0a83111)
- ✨ Intial commit (ff5b5a0)