This import ``` import NprogressContainer from 'vue-nprogress/src/NprogressContainer'; ``` does not works with vite but `.vue` leads to error ``` [vite] Internal server error: [postcss] ENOENT: no such file or directory, open '~nprogress/nprogress.css' ``` because of `~` has different convention in webpack and vite from https://stackoverflow.com/a/74154405/6398044