mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
cb174ff8e6
* lavamoat - add lavamoat to webapp background * test:e2e - add delay to resolve failure * test:e2e - add delay to resolve failure * build - add a switch for applying lavamoat, currently off for all * test/e2e - remove delays added for lavamoat * Revert "test/e2e - remove delays added for lavamoat" This reverts commit 79c3479f15c072ed362ba1d4f1af41ea11a17d63.
56 lines
903 B
JSON
56 lines
903 B
JSON
{
|
|
"resources": {
|
|
"browser-resolve": {
|
|
"packages": {
|
|
"core-js": true
|
|
}
|
|
},
|
|
"babel-runtime": {
|
|
"packages": {
|
|
"@babel/runtime": true
|
|
}
|
|
},
|
|
"node-fetch": {
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
},
|
|
"lodash": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"clearTimeout": true
|
|
}
|
|
},
|
|
"@ethersproject/random": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"browser-passworder": {
|
|
"globals": {
|
|
"crypto": true
|
|
}
|
|
},
|
|
"randombytes": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"extensionizer": {
|
|
"globals": {
|
|
"console": true
|
|
}
|
|
},
|
|
"web3": {
|
|
"globals": {
|
|
"XMLHttpRequest": true
|
|
}
|
|
},
|
|
"storage": {
|
|
"globals": {
|
|
"localStorage": true
|
|
}
|
|
}
|
|
}
|
|
}
|