fix(postOffice): fix issue with postoffice plugin

This commit is contained in:
Andre Cabrera
2020-08-01 23:39:23 -03:00
parent 6c349fed7e
commit 49aeb0d830
2 changed files with 13 additions and 2 deletions
+10 -1
View File
@@ -6,5 +6,14 @@
module.exports = { module.exports = {
/* Your site config here */ /* Your site config here */
plugins: ['gatsby-ipfs-web-wallet'] plugins: [
'gatsby-ipfs-web-wallet',
'bch-wallet-plugin-postoffice',
{
resolve: `gatsby-plugin-compile-es6-packages`,
options: {
modules: [`bch-wallet-plugin-postoffice`]
}
}
]
} }
+3 -1
View File
@@ -19,8 +19,10 @@
"test": "npm run lint" "test": "npm run lint"
}, },
"dependencies": { "dependencies": {
"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",