Skip to content

Commit

Permalink
build: use Rslib to build @rspack/core
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Dec 16, 2024
1 parent 02699a2 commit 13c4107
Show file tree
Hide file tree
Showing 14 changed files with 719 additions and 732 deletions.
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"create-rstack": "1.0.6"
},
"devDependencies": {
"@rslib/core": "0.0.15",
"@rslib/core": "0.1.4",
"typescript": "^5.6.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"yargs": "17.6.2"
},
"devDependencies": {
"@rslib/core": "0.0.15",
"@rslib/core": "0.1.4",
"@rspack/core": "workspace:*",
"@types/interpret": "^1.1.3",
"@types/rechoir": "^0.6.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```javascript
Array [
_Chunk {
Chunk {
"auxiliaryFiles": Set {},
"chunkReason": undefined,
"contentHash": Object {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Array [
"main.js",
Object {
"compilation": "_Compilation(internal ignored)",
"compilation": "Compilation(internal ignored)",
"content": Object {
"data": Array [
40,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```javascript
Array [
_Chunk {
Chunk {
"auxiliaryFiles": Set {},
"chunkReason": undefined,
"contentHash": Object {},
Expand Down Expand Up @@ -65595,7 +65595,7 @@ undefined

```javascript
Array [
_Chunk {
Chunk {
"auxiliaryFiles": Set {},
"chunkReason": undefined,
"contentHash": Object {},
Expand Down
Loading

0 comments on commit 13c4107

Please sign in to comment.