mirror of
https://github.com/traefik/traefik.git
synced 2025-09-13 18:01:16 +02:00
Merge v2.11 into v3.0
This commit is contained in:
commit
5edac5eccd
@ -120,6 +120,11 @@ module.exports = configure(function (ctx) {
|
|||||||
supportIE: false,
|
supportIE: false,
|
||||||
|
|
||||||
build: {
|
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: {
|
viteVuePluginOptions: {
|
||||||
template: {
|
template: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user