mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Merge pull request #22 from Permissionless-Software-Foundation/ct-unstable
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 */
|
||||
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'
|
||||
]
|
||||
|
||||
Generated
+1930
-1722
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user