소스 검색

fix: 修复vxe-table打包找不到css问题

xiaoxian521 3 년 전
부모
커밋
f872ea1a23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -62,6 +62,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
           {
             libraryName: "vxe-table",
             esModule: true,
+            ensureStyleFile: true,
             resolveComponent: name => `vxe-table/es/${name}`,
             resolveStyle: name => `vxe-table/es/${name}/style.css`
           }