DEV Community

Discussion on: I am a professional React developer, and I recently performed a code review of a stranger's code. Here's what I got.

Collapse
 
bettercodingacademy profile image
Better Coding Academy

Hi Kim!

Here's the Parcel documentation on how to set it up: parceljs.org/module_resolution.html

Hope this helps!

Collapse
 
tripleaxis profile image
Kim Holland

Aha - Parcel - that explains a lot. Thanks 👍

Thread Thread
 
bettercodingacademy profile image
Better Coding Academy

You can do the same thing with Webpack as well, however the setup process is slightly different. :)