Skip to content

Commit 698e89e

Browse files
SharonStratsGPT-5.4 Mini
andcommitted
Migrate to Vite #314
Prompt: help me change the fetch mock and tests from Jest to Vite Co-authored-by: GPT-5.4 Mini <gpt-5.4-mini@openai.com>
1 parent c296dce commit 698e89e

26 files changed

Lines changed: 10618 additions & 12261 deletions

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Core business logic of SolidOS which can be used for any webapp as well.
1616
npm install solid-logic rdflib
1717
```
1818

19-
> **Important**: `rdflib` is a peer dependency - you must install it separately.
19+
> **Important**: `rdflib` is still required by the published bundles, so install it alongside `solid-logic` in your app.
2020
2121
### Import in your project (ESM/TypeScript)
2222

@@ -121,10 +121,9 @@ Check the scripts in the `package.json` for build, watch, lint and test.
121121

122122
# Used stack
123123

124-
* TypeScript + Babel
125-
* Jest
124+
* TypeScript + Vite
125+
* Vitest
126126
* ESLint
127-
* Webpack
128127

129128
# How to release
130129

babel.config.mjs

Lines changed: 0 additions & 13 deletions
This file was deleted.

jest.config.mjs

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)