unplugin-vue-components
unplugin-vue-components copied to clipboard
打包编译后没有结束进程
Describe the bug
使用这个插件后,打包编译后没有结束进程,导致流水线无法自动往后执行
Reproduction
mark
System Info
import Components from 'unplugin-vue-components/vite'
import { VantResolver} from 'unplugin-vue-components/resolvers'
Components({
resolvers: [VantResolver()]
}),
Used Package Manager
npm
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.