Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/grumpy-oranges-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-crabs-chew.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# vite-plugin-static-copy

## 2.3.0

### Minor Changes

- [`281f5b2`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/281f5b22aaa23a055af93553da8c84932ef31c41) Thanks [@sapphi-red](https://github.com/sapphi-red)! - improve performance by coping files concurrently when possible

### Patch Changes

- [#149](https://github.com/sapphi-red/vite-plugin-static-copy/pull/149) [`a9f35c9`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/a9f35c9557b0ab710006c83418c3c982c2eb746e) Thanks [@sapphi-red](https://github.com/sapphi-red)! - ensure `.[cm]?[tj]sx?` static assets are JS mime to align with Vite. https://github.com/vitejs/vite/pull/19453

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-static-copy",
"version": "2.2.0",
"version": "2.3.0",
"description": "rollup-plugin-copy for vite with dev server support.",
"type": "module",
"main": "./dist/index.js",
Expand Down