This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Description
Describe the bug
Hello,
When I try to make 'vue' as external in vite config in order to use importmaps:
rollupOptions: {
external: ['vue', 'vue-router', 'vuex'],
I have found that the style tags are no more added to the DOM. I even don't find the keyword data-v-ce in the generated sources.
In the provided reproduction link, I can not reproduce the issue as I couldn't replicate all the environment I have (transforming my vue3 app into a web component and using it in another container). I will try to create a full reproduction on a separate git repo.
I wanted to know if this is a known limitation ?
Thank you,
Reproduction
https://stackblitz.com/edit/github-ajr7vy?file=vite.config.ts
System Info
No response
Used Package Manager
yarn
Validations