feature login

This commit is contained in:
chiayin
2023-01-31 15:38:14 +08:00
parent cd074c3c04
commit 76463f084c
25 changed files with 569 additions and 69 deletions

View File

@@ -32,10 +32,18 @@ export default defineConfig(({ mode }) => {
// protocol: 'wss',
// }
},
optimizeDeps: {
include: ['vue', 'vue-router', 'pinia', 'axios']
},
build: {
commonjsOptions: {
transformMixedEsModules: true, // Enable @walletconnect/web3-provider which has some code in CommonJS
}
},
test: {
globals:true,
environment: 'jsdom',
// reporter: ['text', 'json', 'html', 'vue'],
},
}
});