[vite]: Rollup failed to resolve import "D:/Project/asset-manage/asset-web/node_modules/ant-design-vue/es/upload-dragger/style/index" from "src/views/assetManage/components/AttachmentList.vue".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
error during build:
Error: [vite]: Rollup failed to resolve import "D:/Project/asset-manage/asset-web/node_modules/ant-design-vue/es/upload-dragger/style/index" from "src/views/assetManage/components/AttachmentList.vue".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
    at onRollupWarning (D:\Project\asset-manage\asset-web\node_modules\vite\dist\node\chunks\dep-27bc1ab8.js:39256:19)
    at onwarn (D:\Project\asset-manage\asset-web\node_modules\vite\dist\node\chunks\dep-27bc1ab8.js:39072:13)
    at Object.onwarn (D:\Project\asset-manage\asset-web\node_modules\rollup\dist\shared\rollup.js:23173:13)
    at ModuleLoader.handleResolveId (D:\Project\asset-manage\asset-web\node_modules\rollup\dist\shared\rollup.js:22463:26)
    at D:\Project\asset-manage\asset-web\node_modules\rollup\dist\shared\rollup.js:22424:26

使用vite对项目打包时出现问题,有一个vue组件中引入了拖拽上传组件,打包时提示引入了node_modules/ant-design-vue/es/upload-dragger/style/index,但整个项目搜索后并未发下从哪里引入该样式。

最后复制了upload目录将名字改成upload-dragger,项目紧急后续再继续研究,在此记录一下临时解决方案

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐