# ChangeLog: v1.3.83

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/d15eaf05cd50dc4700d0e2ceeee828bced1a1f74/CHANGELOG.md#1383---2023-09-07)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/440?closed=1)
    

---

### Fix for `jsc.paths` projects using `pnpm`

* PR: [https://github.com/swc-project/swc/pull/7918](https://github.com/swc-project/swc/pull/7918)
    

[https://github.com/swc-project/swc/pull/7866](https://github.com/swc-project/swc/pull/7866) caused a problem for some projects because `node_modules` were excluded from the candidates even if the base file is also in the `node_modules`. This is fixed and it's now tested by using inlined `node_modules`.

### Revert for a fix for `jsc.paths` in the previous version.

* PR: [https://github.com/swc-project/swc/pull/7906](https://github.com/swc-project/swc/pull/7906)
    

  
The resolving logic added in the previous version was too specific to node.js, and it's reverted.
