Skip to content

Commit 16b446f

Browse files
authored
Merge pull request #315 from SolidOS/feat/vite-migration
Migrate to Vite #314
2 parents c296dce + 698e89e commit 16b446f

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)