mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 04:41:37 +08:00
feat: 添加客户端打包扫描配置以优化构建过程
This commit is contained in:
@@ -26,6 +26,12 @@ export default defineNuxtConfig({
|
||||
dir: "./public/icon",
|
||||
},
|
||||
],
|
||||
clientBundle: {
|
||||
scan: {
|
||||
globInclude: ["pages/*.vue", "app.vue"],
|
||||
globExclude: ["node_modules", "dist"],
|
||||
},
|
||||
},
|
||||
},
|
||||
css: ["~/assets/css/main.css"],
|
||||
app: {
|
||||
|
||||
Reference in New Issue
Block a user