DEV Community

Discussion on: I Created My Portfolio with React and Some Magic 🎉

Collapse
 
tylerlangties profile image
Tyler Langties • Edited

Looks great. What did you use to be able to use @ to access files outside of the current directory? I’ve always just used ../ to exit and then go back into the file.

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

I used webpack alias to configure alias name to directories. It's easy that way.

You can refer this line for more info.
github.com/flexdinesh/flexdinesh.g...

Collapse
 
tylerlangties profile image
Tyler Langties

Sweet! Thank you for the quick reply