Results 3 issues of liuliuge

There are no flowdesign related libraries or plugins(没有流程设计相关的库或者插件)

question

### Describe the bug 我有一个路由组件**user.vue**,他引入了一个公共组件**CommonList.vue**; ![image](https://github.com/vitejs/vite/assets/27260602/76a83f46-196c-4735-9a26-0d71c79bf0a7) 在**CommonList.vue**中引入了**user.js**(pinia store模块); ![image](https://github.com/vitejs/vite/assets/27260602/b598f812-79bd-4722-b5bd-ba404ad8c80f) 在user.js中我写了动态生成路由的方法,其中使用了`import.meta.glob`来导入所有路由组件(包括 user.vue)进行动态加载。 ![image](https://github.com/vitejs/vite/assets/27260602/e01057c4-2831-4939-bd07-3d9140a4a644) 但是这种导入让我每次修改user.vue,会提示circular imports detected,并给出了循环导入的顺序 ![image](https://github.com/vitejs/vite/assets/27260602/d40d8b80-cfcb-4370-8d81-f9086cc8d9b4) ### Reproduction https://stackblitz.com/edit/vitejs-vite-4sktev?file=vite-project%2Fsrc%2FApp.vue,vite-project%2Fsrc%2Ftest.js,vite-project%2Fsrc%2Fcomponents%2FHelloWorld.vue&terminal=dev ### Steps to reproduce cd vite-project npm i npm run dev...

feat: hmr
p2-nice-to-have :cake:

我在package.json中设置了broswerslist属性为"ie 8",然而打包结果仍然采用的默认targets配置"last 2 versions and not dead, > 0.3%, Firefox ESR" 后来我检查了swc的文档以及issues,发现swc不支持broswerslist相关配置,仅能通过targets配置目标浏览器 请在文档中去除此条,以免误导开发者 最后感谢作者开发的此插件