mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-23 01:32:04 -07:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
|
|
exports.onCreateWebpackConfig = ({ actions }) => {
|
|
actions.setWebpackConfig({
|
|
node: {
|
|
fs: 'empty'
|
|
},
|
|
})
|
|
} |