Skip to content

Commit

Permalink
fix(webpack): fix typo in browserify-zlib-next alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jan 21, 2017
1 parent e501ba3 commit 44ee5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const shared = {
//
// Can be dropped once https://github.com/devongovett/browserify-zlib/pull/18
// is shipped
zlib: 'browserify-zlib-node',
zlib: 'browserify-zlib-next',
// Can be dropped once https://github.com/webpack/node-libs-browser/pull/41
// is shipped
http: 'stream-http'
Expand Down

0 comments on commit 44ee5a6

Please sign in to comment.