Merge v2.11 into v3.0

This commit is contained in:
romain 2024-03-13 16:01:48 +01:00
commit 5edac5eccd

View file

@ -120,6 +120,11 @@ module.exports = configure(function (ctx) {
supportIE: false,
build: {
// Needed to have relative assets in the index.html
// https://github.com/quasarframework/quasar/issues/8513#issuecomment-1127654470
extendViteConf(viteConf, {isServer, isClient}) {
viteConf.base = "";
},
viteVuePluginOptions: {
template: {
compilerOptions: {