mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-11-22 08:31:36 +00:00
Use vitejs instead of react-scripts
- react-scripts are not maintained anymore - vitejs is well suited for single page applications Fixes #335 See https://darekkay.com/blog/create-react-app-to-vite/ Change-Id: Ib884748e373094a640b576894ff67b98c3584ec8
This commit is contained in:
parent
4b1277f653
commit
2e2085cdfe
8 changed files with 2036 additions and 5839 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
# production
|
||||
/build
|
||||
/dist
|
||||
|
||||
# vitejs
|
||||
.vite
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue