mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(post office): Disabling post office client until bugs can be fixed
This commit is contained in:
+7
-7
@@ -8,13 +8,13 @@ module.exports = {
|
|||||||
/* Your site config here */
|
/* Your site config here */
|
||||||
plugins: [
|
plugins: [
|
||||||
'gatsby-ipfs-web-wallet',
|
'gatsby-ipfs-web-wallet',
|
||||||
'bch-wallet-plugin-postoffice',
|
// 'bch-wallet-plugin-postoffice',
|
||||||
{
|
// {
|
||||||
resolve: 'gatsby-plugin-compile-es6-packages',
|
// resolve: 'gatsby-plugin-compile-es6-packages',
|
||||||
options: {
|
// options: {
|
||||||
modules: ['bch-wallet-plugin-postoffice']
|
// modules: ['bch-wallet-plugin-postoffice']
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
// require.resolve('../gatsby-plugin-bch-sweep')
|
// require.resolve('../gatsby-plugin-bch-sweep')
|
||||||
'gatsby-plugin-bch-sweep'
|
'gatsby-plugin-bch-sweep'
|
||||||
]
|
]
|
||||||
|
|||||||
Generated
+1930
-1722
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -19,8 +19,7 @@
|
|||||||
"test": "npm run lint"
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bch-wallet-plugin-postoffice": "1.0.8",
|
"gatsby": "^2.24.80",
|
||||||
"gatsby": "^2.23.7",
|
|
||||||
"gatsby-ipfs-web-wallet": "^1.11.0",
|
"gatsby-ipfs-web-wallet": "^1.11.0",
|
||||||
"gatsby-plugin-bch-sweep": "^1.2.5",
|
"gatsby-plugin-bch-sweep": "^1.2.5",
|
||||||
"gatsby-plugin-compile-es6-packages": "^2.1.0"
|
"gatsby-plugin-compile-es6-packages": "^2.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user