File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,15 @@ const shared = {
26
26
path . resolve ( __dirname , '../node_modules' )
27
27
] ,
28
28
alias : {
29
- zlib : 'browserify-zlib'
29
+ // These are needed because node-libs-browser depends on outdated
30
+ // versions
31
+ //
32
+ // Can be dropped once https://github.com/devongovett/browserify-zlib/pull/18
33
+ // is shipped
34
+ zlib : 'browserify-zlib' ,
35
+ // Can be dropped once https://github.com/webpack/node-libs-browser/pull/41
36
+ // is shipped
37
+ http : 'stream-http'
30
38
}
31
39
} ,
32
40
resolveLoader : {
Original file line number Diff line number Diff line change 48
48
"gulp-tag-version" : " ^1.3.0" ,
49
49
"gulp-uglify" : " ^2.0.0" ,
50
50
"gulp-util" : " ^3.0.7" ,
51
- "https-browserify" : " 0.0.1" ,
52
51
"istanbul" : " ^0.4.5" ,
53
52
"json-loader" : " ^0.5.4" ,
54
53
"karma" : " ^1.3.0" ,
You can’t perform that action at this time.
0 commit comments