Skip to content

Commit 13c4107

Browse files
committed
build: use Rslib to build @rspack/core
1 parent 02699a2 commit 13c4107

File tree

14 files changed

+719
-732
lines changed

14 files changed

+719
-732
lines changed

packages/create-rspack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"create-rstack": "1.0.6"
2828
},
2929
"devDependencies": {
30-
"@rslib/core": "0.0.15",
30+
"@rslib/core": "0.1.4",
3131
"typescript": "^5.6.3"
3232
},
3333
"publishConfig": {

packages/rspack-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"yargs": "17.6.2"
4545
},
4646
"devDependencies": {
47-
"@rslib/core": "0.0.15",
47+
"@rslib/core": "0.1.4",
4848
"@rspack/core": "workspace:*",
4949
"@types/interpret": "^1.1.3",
5050
"@types/rechoir": "^0.6.1",

packages/rspack-test-tools/tests/hookCases/compilation#chunkHash/update-hash/hooks.snap.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```javascript
66
Array [
7-
_Chunk {
7+
Chunk {
88
"auxiliaryFiles": Set {},
99
"chunkReason": undefined,
1010
"contentHash": Object {},

packages/rspack-test-tools/tests/hookCases/compiler#assetEmitted/basic/hooks.snap.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Array [
77
"main.js",
88
Object {
9-
"compilation": "_Compilation(internal ignored)",
9+
"compilation": "Compilation(internal ignored)",
1010
"content": Object {
1111
"data": Array [
1212
40,

packages/rspack-test-tools/tests/hookCases/javascriptModulesPlugin#chunkHash/update-hash/hooks.snap.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```javascript
66
Array [
7-
_Chunk {
7+
Chunk {
88
"auxiliaryFiles": Set {},
99
"chunkReason": undefined,
1010
"contentHash": Object {},
@@ -65595,7 +65595,7 @@ undefined
6559565595

6559665596
```javascript
6559765597
Array [
65598-
_Chunk {
65598+
Chunk {
6559965599
"auxiliaryFiles": Set {},
6560065600
"chunkReason": undefined,
6560165601
"contentHash": Object {},

0 commit comments

Comments
 (0)