Merge pull request #42 from Permissionless-Software-Foundation/dh-fix-loading

fix(error): Fixed error when loading wallet
This commit is contained in:
Chris Troutner
2021-03-10 08:25:41 -08:00
committed by GitHub
+5 -1
View File
@@ -17,5 +17,9 @@ module.exports = {
// },
// require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep')
'gatsby-plugin-bch-sweep'
]
],
// https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/#feature-flags-in-gatsby-configjs
flags: {
DEV_SSR: false
}
}