mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
merging Andre's fix/postofficeplugin branch
This commit is contained in:
+10
-1
@@ -6,5 +6,14 @@
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
/* Your site config here */
|
/* Your site config here */
|
||||||
plugins: ['gatsby-ipfs-web-wallet', 'bch-wallet-plugin-postoffice']
|
plugins: [
|
||||||
|
'gatsby-ipfs-web-wallet',
|
||||||
|
'bch-wallet-plugin-postoffice',
|
||||||
|
{
|
||||||
|
resolve: 'gatsby-plugin-compile-es6-packages',
|
||||||
|
options: {
|
||||||
|
modules: ['bch-wallet-plugin-postoffice']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-2
@@ -19,9 +19,10 @@
|
|||||||
"test": "npm run lint"
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bch-wallet-plugin-postoffice": "^1.0.0",
|
"bch-wallet-plugin-postoffice": "^1.0.7",
|
||||||
"gatsby": "^2.23.7",
|
"gatsby": "^2.23.7",
|
||||||
"gatsby-ipfs-web-wallet": "^1.5.1"
|
"gatsby-ipfs-web-wallet": "^1.5.1",
|
||||||
|
"gatsby-plugin-compile-es6-packages": "^2.1.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user