Releases: sapphi-red/vite-plugin-static-copy
Releases · sapphi-red/vite-plugin-static-copy
[email protected]
Patch Changes
- #195
0bc6b49
Thanks @sapphi-red! - Files not included insrc
was possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.
[email protected]
Patch Changes
4627afb
Thanks @sapphi-red! - Files not included insrc
was possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.
[email protected]
Patch Changes
- #186
fc84156
Thanks @sapphi-red! - fix a bug that the content was not sent when multiple vite-plugin-static-copy instance was used
[email protected]
Minor Changes
- #171
9c7cf2e
Thanks @MrRefactoring! - add Vite 7 to peer dep range
[email protected]
Patch Changes
- #167
89458b2
Thanks @sapphi-red! - improved file grouping algorithm for better performance
[email protected]
Patch Changes
-
#166
60409c5
Thanks @sapphi-red! - fix absolute destination paths in copy targets incorrectly returning contents in dev -
#164
337f976
Thanks @sapphi-red! - fixes case-insensitive path conflicts causing copy failures (EEXIST error)
[email protected]
Major Changes
- #150
71f4f5b
Thanks @sapphi-red! - migratefast-glob
totinyglobby
to reduce the package size and to align with Vite. This breaking change should not affect most users. Check Vite's migration guide for more details.
[email protected]
Patch Changes
- #152
6aee6a3
Thanks @sapphi-red! - improve performance of internalisSubdirectoryOrEqual
function
[email protected]
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
[email protected]
Minor Changes
- #141
88e513d
Thanks @sapphi-red! - add Vite 6 to peer dep