Skip to content

Instantly share code, notes, and snippets.

@GrandSchtroumpf
Last active October 15, 2018 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrandSchtroumpf/9b38a4774eb18bf6ce7ed3b690d757dc to your computer and use it in GitHub Desktop.
Save GrandSchtroumpf/9b38a4774eb18bf6ce7ed3b690d757dc to your computer and use it in GitHub Desktop.
A Webpack version for IPFS
module.exports = {
node: {
crypto: true,
path: true,
os: true,
stream: true,
buffer: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment