Releases: laynezh/vite-plugin-lib-assets
Releases · laynezh/vite-plugin-lib-assets
v0.5.13-beta.0
🐞 Bug Fixes
- When dealing with assets in the @import files, use sourcemap to rebase the address to be relative to the entry file #34 - by @coder-layne in #34 (ff7cb)
View changes on GitHub
v0.5.12
🐞 Bug Fixes
- Incorrect address when files in subdirectories refer to assets under the same directory #53 - by @coder-layne in #53 (b9b21)
View changes on GitHub
v0.5.11
🐞 Bug Fixes
- Fix: skip assets with http protocol when extract assets from styles #34 - by @coder-layne in #34 (83a05)
View changes on GitHub
v0.5.10
🐞 Bug Fixes
- Record files emitted to avoid Rollup throwing duplicate emit warnings #50 - by @coder-layne in #50 (3b372)
View changes on GitHub
v0.5.9
🐞 Bug Fixes
- The 'replaceAll' method goes into an infinite loop if 'searchValue' is a subset of 'replaceValue' #48 - by @coder-layne in #48 (30df6)
View changes on GitHub
v0.5.8
🐞 Bug Fixes
- Temporary fix for compatibility issue with on Node 14 #36 - by @coder-layne in #36 (bdd30)
- Skip prepend cwd to directory path when outDir is absolute #37 - by @coder-layne in #37 (5ab9e)
- Assets in style file have been excluded unexpectedly due to logic error #40 - by @coder-layne in #40 (1bd4d)
- Skip prepend cwd to outDir when it is absolute #37 - by @coder-layne in #37 (72087)
- Temporary fix for compatibility issue with on Node 14 #36" - by @coder-layne in #36 (55433)
- Implement a simplified version of to address compatibility issues on Node 14 #36 - by @coder-layne in #36 (8fa2f)
- In 'writeBundler' method, read the file's latest content first, make updates, and then synchronize it back. #42 - by @coder-layne in #42 (40a71)
- The mismatch of 'scopeId' between the CSS file and the JavaScript file generated by Vue SFC #46 - by @coder-layne in #46 (dc404)
View changes on GitHub
v0.5.8-beta.2
🐞 Bug Fixes
- The mismatch of 'scopeId' between the CSS file and the JavaScript file generated by Vue SFC #46 - by @coder-layne in #46 (dc404)
View changes on GitHub
v0.5.8-beta.1
🐞 Bug Fixes
- Skip prepend cwd to outDir when it is absolute #37 - by @coder-layne in #37 (72087)
- Temporary fix for compatibility issue with on Node 14 #36" - by @coder-layne in #36 (55433)
- Implement a simplified version of to address compatibility issues on Node 14 #36 - by @coder-layne in #36 (8fa2f)
- In 'writeBundler' method, read the file's latest content first, make updates, and then synchronize it back. #42 - by @coder-layne in #42 (40a71)
View changes on GitHub
v0.5.8-beta.0
🐞 Bug Fixes
- Temporary fix for compatibility issue with on Node 14 #36 - by @coder-layne in #36 (bdd30)
- Skip prepend cwd to directory path when outDir is absolute #37 - by @coder-layne in #37 (5ab9e)
- Assets in style file have been excluded unexpectedly due to logic error #40 - by @coder-layne in #40 (1bd4d)
View changes on GitHub
v0.5.7
🐞 Bug Fixes
- Skip format in base64 or xml when extract assets from styles #34 - by @coder-layne in #34 (74b64)