DEV Community

Discussion on: No More ../../../ Import in React

Collapse
 
mzaini30 profile image
Zen

We can use absolute path in Vite, like this:

import style from '/src/lib/style.css'
Enter fullscreen mode Exit fullscreen mode

Some comments have been hidden by the post's author - find out more