how to transform relative imports to absolute imports in javascript
In a project I want to all relative imports to absolute imports. Is there any automated way to make this in a javascript React project?
*There is no webpack configured in our project. I am not sure if I have to configure one.