feature login
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user