Skip to content

Instantly share code, notes, and snippets.

@tacryt-socryp
Created October 13, 2021 23:41
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 tacryt-socryp/c24f60c851b4fdfd3e28a351f7bd0a5f to your computer and use it in GitHub Desktop.
Save tacryt-socryp/c24f60c851b4fdfd3e28a351f7bd0a5f to your computer and use it in GitHub Desktop.
webpack for @urbit/http-api
module.exports = {
entry: ['./dist/index.js'],
output: {
filename: 'bundle.js'
},
resolve: {
fallback: { http: require.resolve('stream-http') }
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment