This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -199,25 +199,12 @@ module.exports = function (config) {
199
199
200
200
'matrix-react-sdk' : path . resolve ( 'test/skinned-sdk.js' ) ,
201
201
'sinon' : 'sinon/pkg/sinon.js' ,
202
-
203
- // To make webpack happy
204
- // Related: https://github.com/request/request/issues/1529
205
- // (there's no mock available for fs, so we fake a mock by using
206
- // an in-memory version of fs)
207
- "fs" : "memfs" ,
208
202
} ,
209
203
modules : [
210
204
path . resolve ( './test' ) ,
211
205
"node_modules"
212
206
] ,
213
207
} ,
214
- node : {
215
- // Because webpack is made of fail
216
- // https://github.com/request/request/issues/1529
217
- // Note: 'mock' is the new 'empty'
218
- net : 'mock' ,
219
- tls : 'mock'
220
- } ,
221
208
devtool : 'inline-source-map' ,
222
209
externals : {
223
210
// Don't try to bundle electron: leave it as a commonjs dependency
Original file line number Diff line number Diff line change 76
76
"lodash" : " ^4.13.1" ,
77
77
"lolex" : " 2.3.2" ,
78
78
"matrix-js-sdk" : " matrix-org/matrix-js-sdk#develop" ,
79
- "memfs" : " ^2.10.1" ,
80
79
"optimist" : " ^0.6.1" ,
81
80
"pako" : " ^1.0.5" ,
82
81
"prop-types" : " ^15.5.8" ,
You can’t perform that action at this time.
0 commit comments