Skip to content

Commit 9f72499

Browse files
committed
refactor: replace @vitejs/plugin-react-swc with @vitejs/plugin-react and update Vite config paths
- Updated package.json files in demo and lib packages to use @vitejs/plugin-react version 5.1.1 instead of @vitejs/plugin-react-swc version 4.3.1. - Modified vite.config.ts files in demo and lib packages to resolve paths using import.meta.dirname for better directory handling.
1 parent 1b541a9 commit 9f72499

6 files changed

Lines changed: 154 additions & 328 deletions

File tree

chartlets.js/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Version 0.2.2 (in development)
22

3+
* Replaced `@vitejs/plugin-react-swc` with `@vitejs/plugin-react` and
4+
updated Vite configs to use `import.meta.dirname`.
5+
36
## Version 0.2.1 (from 2026/08/11)
47

58
* Updated dependencies

0 commit comments

Comments
 (0)