mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
fix: 修复vxe-table打包找不到css问题
This commit is contained in:
parent
7724d6443e
commit
f872ea1a23
@ -62,6 +62,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
|
|||||||
{
|
{
|
||||||
libraryName: "vxe-table",
|
libraryName: "vxe-table",
|
||||||
esModule: true,
|
esModule: true,
|
||||||
|
ensureStyleFile: true,
|
||||||
resolveComponent: name => `vxe-table/es/${name}`,
|
resolveComponent: name => `vxe-table/es/${name}`,
|
||||||
resolveStyle: name => `vxe-table/es/${name}/style.css`
|
resolveStyle: name => `vxe-table/es/${name}/style.css`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user