fix: support pluginPath svg file as component show list when dev mode (#1902)

This commit is contained in:
chenlianghong
2024-10-09 10:30:27 +08:00
committed by GitHub
parent 5d227d8d72
commit 6e38eb1d70
2 changed files with 5 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ export default ({
}),
vuePlugin(),
svgBuilder('./src/assets/icons/'),
svgBuilder('./src/plugin/'),
[Banner(`\n Build based on gin-vue-admin \n Time : ${timestamp}`)],
VueFilePathPlugin("./src/pathInfo.json")
],