From 8c1048b5af6007420ba91e0b2484b40ba0256f10 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 8 Jul 2024 12:22:02 +0200 Subject: [PATCH] feat: remove quasar.config event --- quasar.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/quasar.config.js b/quasar.config.js index c540e5f37..b59c62eeb 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -55,10 +55,7 @@ module.exports = configure(function (/* ctx */) { browser: ['es2022', 'edge88', 'firefox78', 'chrome87', 'safari13.1'], node: 'node18', }, - afterBuild: async (params) => { - console.error(params); - }, - showProgress: true, + vueRouterMode: 'hash', // available values: 'hash', 'history' // vueRouterBase, // vueDevtools,