try vite config

This commit is contained in:
2022-09-28 23:42:36 +01:00
parent e437d49cd3
commit b6588f994f

View File

@@ -74,7 +74,9 @@ module.exports = configure(function (/* ctx */) {
// polyfillModulePreload: true,
// distDir
// extendViteConf (viteConf) {},
extendViteConf(viteConf, { isServer, isClient }) {
viteConf.base = '';
},
// viteVuePluginOptions: {},
// vitePlugins: [