mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(sweep): Added sweep plugin back in
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@
|
||||
module.exports = {
|
||||
/* Your site config here */
|
||||
plugins: [
|
||||
'fullstack-gatsby-theme-bch-wallet'
|
||||
"fullstack-gatsby-theme-bch-wallet",
|
||||
// 'bch-wallet-plugin-postoffice',
|
||||
// {
|
||||
// resolve: 'gatsby-plugin-compile-es6-packages',
|
||||
@@ -16,7 +16,7 @@ module.exports = {
|
||||
// }
|
||||
// },
|
||||
// require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep')
|
||||
// 'fullstack-gatsby-plugin-bch-sweep'
|
||||
"fullstack-gatsby-plugin-bch-sweep"
|
||||
// 'gatsby-plugin-bch-create-token'
|
||||
],
|
||||
// https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/#feature-flags-in-gatsby-configjs
|
||||
|
||||
Reference in New Issue
Block a user