chore(update): Web wallet maintenance

This commit is contained in:
Daniel Gonzalez
2022-02-22 21:28:05 -04:00
parent e3528332e1
commit f23a244d40
3 changed files with 5096 additions and 39857 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ exports.onCreateWebpackConfig = ({ stage, actions, getConfig, plugins }) => {
alias: {
react: path.resolve('./node_modules/react'),
'react-dom': path.resolve('./node_modules/react-dom'),
process: 'process/browser'
process: 'process/browser',
mocha: false
}
}
})