merging Andre's fix/postofficeplugin branch

This commit is contained in:
Chris Troutner
2020-08-02 16:12:06 -07:00
2 changed files with 13 additions and 3 deletions
+10 -1
View File
@@ -6,5 +6,14 @@
module.exports = {
/* 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
View File
@@ -19,9 +19,10 @@
"test": "npm run lint"
},
"dependencies": {
"bch-wallet-plugin-postoffice": "^1.0.0",
"bch-wallet-plugin-postoffice": "^1.0.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": {
"type": "git",