Skip to content

Files

Latest commit

 

History

History
79 lines (40 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

79 lines (40 loc) · 4.69 KB

vite-plugin-static-copy

2.3.0

Minor Changes

  • 281f5b2 Thanks @sapphi-red! - improve performance by coping files concurrently when possible

Patch Changes

2.2.0

Minor Changes

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

2.0.0

Major Changes

1.0.6

Patch Changes

  • #121 d68aec9 Thanks @tobz1000! - The value of Content-Type header was inferred and set from the src file extension. It is now infered from the dest file extension.

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

  • #79 19b9fca Thanks @sapphi-red! - using absolute path src with structured: true was not working. The fullPath argument in the rename option will now always be an absolute path, instead of sometimes being a relative path.

1.0.0

Major Changes

Patch Changes