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