vite-plugin-vue
vite-plugin-vue copied to clipboard
Vite Vue Plugins
### Describe the bug the reference of default export in sfc missing render in build mode. ### Reproduction https://github.com/machao7/vite-vue-plugin ### System Info ```shell System: OS: Windows 10 10.0.22000 CPU: (8)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`^7.25.2` -> `^7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.2/7.25.7) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`^4.21.3` -> `^4.24.0`](https://renovatebot.com/diffs/npm/rollup/4.21.3/4.24.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug when I add html tag style content in markdown, the plugin:vite:vue will be error ### Reproduction...
### Describe the bug Any `undef` error in the `` will break the HMR. If auto save file is on, then entering any incomplete code will cause an error and...
### Description close #423 ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature - [ ] Documentation...
### Describe the bug Step to Reproduce: - `npm run dev`: Things work well in dev mode, the text is getting bigger. - `npm run build && npm run preview`:...
### Description support tsPluginOptions https://babel.nodejs.cn/docs/babel-plugin-transform-typescript/ https://github.com/babel/babel/issues/16373 ### Additional context --- ### What is the purpose of this pull request? - [ ] Bug fix - [ ] New Feature -...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I am using setup directive on SFCs which composes other components with module imports, and I...
### Description If you are dealing with MFE and own ui-kit, you need the ability to use different version of ui-kit on different MFE's. But on our project we encountered...