.env 경로에

NODE_PATH=src

설정하면 임포트할때

import Notification from "Components/Notification";

이런식으로 상대경로가 아닌, 절대경로 작성이 가능하다.