TwirlzyOriginal post
Web Developer
Heyo, doing a little web dev project in React, written with JS, not currently with webpack and running with yarn.
I am trying to implement alias pathing with a jsconfig.json and such, however nothing I do has resulted in the imports working. I've consulted all the chat bots, attempted to setup webpacks and such, and realistically am debating just resetting the whole project because it seems to be such a hard task.
What can I supply information-wise to help and what are the next steps I can take?
Summary
Issue: Developers are facing difficulties with Path Aliases in a React web development project using JS without webpack and running with yarn.
Solution:
1. Double-check the jsconfig.json file for any errors or missing configurations related to path aliases.
2. Ensure that the path aliases are correctly defined and matching the folder structure.
3. Consider resetting the project only as a last resort if all other troubleshooting steps have been exhausted.