fix(icon): pin and pin_off #53

Merged
alexm merged 3 commits from fix_env into test 2023-05-11 06:59:05 +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'