2020-07-07 18:23:42 -07:00
|
|
|
/**
|
|
|
|
|
* Configure your Gatsby site with this file.
|
|
|
|
|
*
|
|
|
|
|
* See: https://www.gatsbyjs.org/docs/gatsby-config/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
/* Your site config here */
|
2020-08-01 23:39:23 -03:00
|
|
|
plugins: [
|
2021-12-22 12:01:30 -04:00
|
|
|
'gatsby-theme-bch-wallet',
|
2020-10-16 13:07:06 -07:00
|
|
|
// 'bch-wallet-plugin-postoffice',
|
|
|
|
|
// {
|
|
|
|
|
// resolve: 'gatsby-plugin-compile-es6-packages',
|
|
|
|
|
// options: {
|
|
|
|
|
// modules: ['bch-wallet-plugin-postoffice']
|
|
|
|
|
// }
|
|
|
|
|
// },
|
2020-10-25 14:03:59 -07:00
|
|
|
// require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep')
|
2020-09-25 07:01:25 -07:00
|
|
|
'gatsby-plugin-bch-sweep'
|
2021-03-06 16:11:31 -04:00
|
|
|
],
|
|
|
|
|
// https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/#feature-flags-in-gatsby-configjs
|
|
|
|
|
flags: {
|
|
|
|
|
DEV_SSR: false
|
|
|
|
|
}
|
2020-07-07 18:23:42 -07:00
|
|
|
}
|