Releases: sapphi-red/vite-plugin-static-copy
Releases · sapphi-red/vite-plugin-static-copy
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.
vite-plugin-static-copy@1.0.0
Major Changes
-
252f62c
Thanks @sapphi-red! - drop support for Vite 3 and 4 -
252f62c
Thanks @sapphi-red! - drop CJS build. See https://vitejs.dev/guide/troubleshooting.html#this-package-is-esm-only for how to migrate from CJS to ESM. -
252f62c
Thanks @sapphi-red! - drop node 14.18/16/17/19 support
Patch Changes
- #67
8707d84
Thanks @sapphi-red! - copy only once even if multiple bundles are generated