unplugin-vue-components icon indicating copy to clipboard operation
unplugin-vue-components copied to clipboard

打包编译后没有结束进程

Open mmww1024 opened this issue 1 year ago • 2 comments

Describe the bug

使用这个插件后,打包编译后没有结束进程,导致流水线无法自动往后执行 image

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.

mmww1024 avatar May 31 '24 01:05 mmww1024