I would like to be like to be able to get a relative import:
e.g.
import Router from '@/router/router.js'
import IndexController from '@/controller/index.js'
Is there a easy way to achieve this? I have never set it up myself but I was able to use it with frontendframe works such as react or vue when setting them up through their cli. I'm pretty sure they do it with webpack, but is there a way to achieve this flexibility without adding any additional tooling such as webpack?