PR #4: Wallet Connect V2 tracking branch. #28

Closed
anon wants to merge 10 commits from (deleted):wallet-connect-v2 into master
Showing only changes of commit ca64c9e11f - Show all commits

View File

@ -181,6 +181,19 @@ export default {
config.module.rules.push({
test: /\.bin$/,
use: 'arraybuffer-loader'
},
{
test: /node_modules[\\/]@walletconnect/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'],
plugins: [
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-nullish-coalescing-operator'
]
}
}
})
},
plugins: [