This commit is contained in:
wh1te909
2024-11-08 21:25:02 +00:00
parent 85f408ae94
commit 64edab9df4

View File

@@ -79,6 +79,8 @@ module.exports = configure(function (/* ctx */) {
// polyfillModulePreload: true,
distDir: "dist/",
/* eslint-disable quotes */
// eslint-disable-next-line @typescript-eslint/no-unused-vars
extendViteConf(viteConf, { isServer, isClient }) {
viteConf.build = mergeConfig(viteConf.build, {
chunkSizeWarningLimit: 1600,
@@ -91,6 +93,7 @@ module.exports = configure(function (/* ctx */) {
},
});
},
/* eslint-enable quotes */
// viteVuePluginOptions: {},
// vitePlugins: []
},