Releases: sapphi-red/vite-plugin-static-copy
Releases · sapphi-red/vite-plugin-static-copy
vite-plugin-static-copy@2.3.0
Minor Changes
281f5b2
Thanks @sapphi-red! - improve performance by coping files concurrently when possible
Patch Changes
- #149
a9f35c9
Thanks @sapphi-red! - ensure.[cm]?[tj]sx?
static assets are JS mime to align with Vite. vitejs/vite#19453
vite-plugin-static-copy@2.2.0
Minor Changes
- #141
88e513d
Thanks @sapphi-red! - add Vite 6 to peer dep
vite-plugin-static-copy@2.1.0
Minor Changes
- #133
b9c09bd
Thanks @rschristian! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name
vite-plugin-static-copy@2.0.0
Major Changes
- #127
21304df
Thanks @tassioFront! - feat: throw an error when does not find file
vite-plugin-static-copy@1.0.6
vite-plugin-static-copy@1.0.5
Patch Changes
311ce4d
Thanks @sapphi-red! - generate provenance statements for the package
vite-plugin-static-copy@1.0.4
vite-plugin-static-copy@1.0.3
Patch Changes
- #105
32115f0
Thanks @daihuabin! - don't crash when the requested path is mapped to a directory
vite-plugin-static-copy@1.0.2
Patch Changes
db73fb5
Thanks @sapphi-red! - udpate mrmime to v2. align the used mime values with Vite 5.1. See https://github.com/lukeed/mrmime/releases/tag/v2.0.0 for the difference.
vite-plugin-static-copy@1.0.1
Patch Changes
- #79
19b9fca
Thanks @sapphi-red! - using absolute path src withstructured: true
was not working. ThefullPath
argument in therename
option will now always be an absolute path, instead of sometimes being a relative path.