Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbryant committed May 2, 2022
1 parent fb06102 commit 7b0b942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Parcel does not make use of `tsconfig.json` to resolve path aliases, and instead

And that's it. **Note:** the order of resolvers is sequential, and I highly recommend keeping this resolver after the base resolvers due to parcel bugs.

If you're lazy like me, you might be interested in my package that auto-generates your tsconfig paths as you code. You can read more about `tsconfig-paths-autogen` [here](https://www.hulu.com/watch/ae27b407-54c7-41c2-9a11-ab7a7f50089e/coviewing/90c847e0-deec-4c1c-b2b1-e515e9adfc03).

## Caveats

- This plugin does not support Typescript aliases while importing [non-code assets](https://parceljs.org/getting-started/migration/#importing-non-code-assets-from-javascript), but this is being considered for future development.
Expand All @@ -39,6 +41,8 @@ And that's it. **Note:** the order of resolvers is sequential, and I highly reco

- ## **Please file an issue if you notice any bugs. Thanks!**



## Development

Clone this repo anywhere, then run `yarn && yarn link` in the project root.
Expand Down

0 comments on commit 7b0b942

Please sign in to comment.