fix(post office): Disabling post office client until bugs can be fixed

This commit is contained in:
Chris Troutner
2020-10-16 13:07:06 -07:00
parent 3c028c15cf
commit d8fab5c3e8
3 changed files with 1938 additions and 1731 deletions
+7 -7
View File
@@ -8,13 +8,13 @@ module.exports = {
/* Your site config here */
plugins: [
'gatsby-ipfs-web-wallet',
'bch-wallet-plugin-postoffice',
{
resolve: 'gatsby-plugin-compile-es6-packages',
options: {
modules: ['bch-wallet-plugin-postoffice']
}
},
// 'bch-wallet-plugin-postoffice',
// {
// resolve: 'gatsby-plugin-compile-es6-packages',
// options: {
// modules: ['bch-wallet-plugin-postoffice']
// }
// },
// require.resolve('../gatsby-plugin-bch-sweep')
'gatsby-plugin-bch-sweep'
]
+1930 -1722
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -19,8 +19,7 @@
"test": "npm run lint"
},
"dependencies": {
"bch-wallet-plugin-postoffice": "1.0.8",
"gatsby": "^2.23.7",
"gatsby": "^2.24.80",
"gatsby-ipfs-web-wallet": "^1.11.0",
"gatsby-plugin-bch-sweep": "^1.2.5",
"gatsby-plugin-compile-es6-packages": "^2.1.0"