Skip to content

Commit f46f2b0

Browse files
committed
fix sourcemaps
1 parent 8d79fc4 commit f46f2b0

File tree

4 files changed

+72
-72
lines changed

4 files changed

+72
-72
lines changed

build-tests/heft-rspack-everything-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"eslint": "~9.37.0",
2525
"local-eslint-config": "workspace:*",
2626
"typescript": "~5.8.2",
27-
"@rspack/core": "~1.5.8"
27+
"@rspack/core": "~1.6.0-beta.0"
2828
}
2929
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "05f30a4fc318c568d5d5a593394d2f615f2f54a1",
3+
"pnpmShrinkwrapHash": "0786622d1159b3ecef516f25da3beac2c0701039",
44
"preferredVersionsHash": "a9b67c38568259823f9cfb8270b31bf6d8470b27"
55
}

heft-plugins/heft-rspack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"peerDependencies": {
2121
"@rushstack/heft": "^0.75.0",
22-
"@rspack/core": "^1.5.8"
22+
"@rspack/core": "^1.6.0-beta.0"
2323
},
2424
"dependencies": {
2525
"@rushstack/debug-certificate-manager": "workspace:*",
@@ -33,6 +33,6 @@
3333
"@rushstack/terminal": "workspace:*",
3434
"eslint": "~9.37.0",
3535
"local-node-rig": "workspace:*",
36-
"@rspack/core": "~1.5.8"
36+
"@rspack/core": "~1.6.0-beta.0"
3737
}
3838
}

0 commit comments

Comments
 (0)