Releases: laynezh/vite-plugin-lib-assets
Releases · laynezh/vite-plugin-lib-assets
v0.5.26
🏎 Performance
- Use the efficient String#replaceAll when supported #95 - by @coder-layne in #95 (6ad20)
View changes on GitHub
v0.5.25
🐞 Bug Fixes
- Assets cached under watch mode have an incorrect import path in importers #92 - by @coder-layne in #92 (63fcd)
View changes on GitHub
v0.5.24
🐞 Bug Fixes
- Fix the issue of CSS files under node_modules not being found, using the built-in resolve #79 #90 - by @coder-layne in #79 and #90 (823f8)
View changes on GitHub
v0.5.23
🐞 Bug Fixes
- Files from npm packages containing pure CSS were not being extracted properly #79" #81 - by @coder-layne in #79 and #81 (99f0c)
- Partial assets being outputted during rebuilds in watch mode #62 - by @coder-layne in #62 (a78f2)
View changes on GitHub
v0.5.22
🐞 Bug Fixes
- Files from npm packages containing pure CSS were not being extracted properly #79 - by @coder-layne in #79 (de09c)
View changes on GitHub
v0.5.21
🐞 Bug Fixes
- Register custom mime types to fix eot files not being recognized #76 - by @coder-layne in #76 (8a12d)
View changes on GitHub
v0.5.20
🐞 Bug Fixes
- Remove unnecessary transform - by @AriPerkkio (ae849)
- Support
?inline
query imports - by @AriPerkkio (96f8e)
View changes on GitHub
v0.5.19
🐞 Bug Fixes
- Assets from css where based off of the path for the css file including them. This causes Vite not to find the asset. This fixes the path so that Vite can find th assets. - by @michaellopez (24fef)
View changes on GitHub
v0.5.18
🐞 Bug Fixes
- Follow Vite's updated method for convert SVG files to their base64 format and re-enable the replacement of assets in css #69 - by @coder-layne in #69 (861ba)
- Warning when enabling sourcemaps #68 - by @coder-layne in #68 (26e0b)
View changes on GitHub
v0.5.17
🐞 Bug Fixes
- Assets are not being output correctly in watch mode #62 - by @coder-layne in #62 (302cd)