Skip to content

Commit

Permalink
更新build target版本
Browse files Browse the repository at this point in the history
  • Loading branch information
little3201 committed Aug 4, 2024
1 parent 8b35b43 commit 7f3e910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quasar.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module.exports = configure(function (ctx) {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build
build: {
target: {
browser: ['es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
node: 'node18'
browser: ['es2022', 'edge88', 'firefox115', 'chrome115', 'safari14'],
node: 'node20'
},

vueRouterMode: 'history', // available values: 'hash', 'history'
Expand All @@ -74,7 +74,7 @@ module.exports = configure(function (ctx) {
env: {
API: ctx.dev
? '/api'
: 'https://console.leafage.top/api'
: 'https://api.leafage.top/v1'
},

rawDefine: {
Expand Down

0 comments on commit 7f3e910

Please sign in to comment.