学无先后,达者为师

网站首页 编程语言 正文

vite打包报错 Rollup failed to resolve

作者:Initialize-le 更新时间: 2023-08-15 编程语言
[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,项目紧急后续再继续研究,在此记录一下临时解决方案

原文链接:https://blog.csdn.net/lianlin21212411/article/details/124615901

  • 上一篇:没有了
  • 下一篇:没有了
栏目分类
最近更新