Skip to content

Commit

Permalink
fix(resolve): relative path resolve bug (web-infra-dev#2952)
Browse files Browse the repository at this point in the history
* fix(resolve): relative path resolve bug

* doc: add changeset
  • Loading branch information
jerrykingxyz authored and siyou committed May 14, 2023
1 parent 7d2fe42 commit 3b8b55d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-zoos-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rspack/binding": patch
---

fix(resolve): relative path resolve bug
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ napi = { version = "=2.12.5" }
napi-build = { version = "=2.0.1" }
napi-derive = { version = "=2.12.3" }
napi-sys = { version = "=2.2.3" }
nodejs-resolver = { version = "0.0.81" }
nodejs-resolver = { version = "0.0.82" }
once_cell = { version = "1.17.0" }
paste = { version = "1.0" }
pathdiff = { version = "0.2.1" }
Expand Down
4 changes: 2 additions & 2 deletions crates/node_binding/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b8b55d

Please sign in to comment.