fix(error): Fixed error when loading wallet

This commit is contained in:
Daniel Gonzalez
2021-03-06 16:11:31 -04:00
parent 9acdc42f58
commit 721ffff313
+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
}
}