feat: remove quasar.config event

This commit is contained in:
Javier Segarra 2024-07-08 12:22:02 +02:00
parent 55eaf3bd3e
commit 8c1048b5af
1 changed files with 1 additions and 4 deletions

View File

@ -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,