Releases: laynezh/vite-plugin-lib-assets
Releases · laynezh/vite-plugin-lib-assets
v0.5.6
🐞 Bug Fixes
- Update the options of tsup to provide support for import.meta.url in cjs output #31 - by @coder-layne in #31 (7aaf1)
View changes on GitHub
v0.5.6-beta.0
🐞 Bug Fixes
- Update the options of tsup to provide support for import.meta.url in cjs output #31 - by @coder-layne in #31 (7aaf1)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
- Delay the import of Vue SFC compiler until its first use to make it suitable for non-Vue scenarios #28 - by @coder-layne in #28 (0badc)
View changes on GitHub
v0.5.4
🚀 Features
- Support parsing aliases for importing assets in style files #25 - by @coder-layne in #25 (555cd)
🐞 Bug Fixes
- Parse the styles from the Vue SFC before extracting the associated assets #22 - by @coder-layne in #22 (aeb39)
View changes on GitHub
v0.5.4-beta.0
🐞 Bug Fixes
- Parse the styles from the Vue SFC before extracting the associated assets #22 - by @coder-layne in #22 (b9bc3)
View changes on GitHub
v0.5.3
🐞 Bug Fixes
- Skip unnecessary check for @import statements before preprocessCSS #22 - by @coder-layne in #22 (a7520)
- The assets within the style file are still referenced using relative paths when the publicUrl is set - by @coder-layne (4027a)
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- Combining publicUrl with asset path gives incorrect URL #20 - by @coder-layne in #20 (c7fbd)
View changes on GitHub
v0.5.1
🐞 Bug Fixes
- Assets in style failed to extract caused by files not found #17 - by @coder-layne in #17 (15494)
View changes on GitHub
v0.5.0
🐞 Bug Fixes
- Asset path building under the Windows system was set incorrectly #17 - by @coder-layne in #17 (d3105)
View changes on GitHub
v0.4.3
No significant changes