- #127
21304df
Thanks @tassioFront! - feat: throw an error when does not find file
- #121
d68aec9
Thanks @tobz1000! - The value ofContent-Type
header was inferred and set from the src file extension. It is now infered from the dest file extension.
311ce4d
Thanks @sapphi-red! - generate provenance statements for the package
- #105
32115f0
Thanks @daihuabin! - don't crash when the requested path is mapped to a directory
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.
- #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.
-
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
- #67
8707d84
Thanks @sapphi-red! - copy only once even if multiple bundles are generated