Skip to content

Commit 8d59904

Browse files
authored
chore(deps): update @rspack/core to v2 and adjust TypeScript config (#81)
1 parent a86133e commit 8d59904

File tree

3 files changed

+5
-171
lines changed

3 files changed

+5
-171
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
4141
"@rslib/core": "^0.20.0",
42-
"@rspack/core": "^1.7.9",
42+
"@rspack/core": "2.0.0-beta.6",
4343
"@rstest/core": "^0.9.2",
4444
"@types/node": "^24.12.0",
4545
"bumpp": "^10.4.1",

pnpm-lock.yaml

Lines changed: 2 additions & 168 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "NodeNext",
4-
"moduleResolution": "NodeNext",
3+
"module": "preserve",
4+
"moduleResolution": "bundler",
55
"target": "ES2021",
66
"esModuleInterop": true,
77
"declaration": true,

0 commit comments

Comments
 (0)