You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Hello @KaelWD. We like your proposal/feedback and would appreciate a contribution via a Pull Request by you or another community member. We thank you in advance for your contribution and are looking forward to reviewing it!
meixg
added a commit
to meixg/vite
that referenced
this issue
Sep 17, 2021
Describe the bug
import 'vuetify/lib/components/VApp/index.mjs'
with vuetify being"vuetify": "npm:@vuetify/nightly@next"
fails withThis line:
vite/packages/vite/src/node/plugins/resolve.ts
Line 807 in b61b044
is using the original package name instead of the alias, resulting in mangled paths.
Reproduction
N/A
System Info
Used Package Manager
yarn
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: