231801 test to master #56

Merged
alexm merged 56 commits from test into master 2023-05-12 06:35:16 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 642ad91f26 - Show all commits

View File

@ -54,6 +54,7 @@ module.exports = configure(function (/* ctx */) {
target: {
browser: ['es2022', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
node: 'node18',
env: import.meta.env,
},
vueRouterMode: 'hash', // available values: 'hash', 'history'