Merge pull request #2263 from matrix-org/travis/cleanup-request
Remove the request-only stuff we don't need anymore
This commit is contained in:
commit
ba56803e0d
2 changed files with 0 additions and 14 deletions
|
@ -199,25 +199,12 @@ module.exports = function (config) {
|
||||||
|
|
||||||
'matrix-react-sdk': path.resolve('test/skinned-sdk.js'),
|
'matrix-react-sdk': path.resolve('test/skinned-sdk.js'),
|
||||||
'sinon': 'sinon/pkg/sinon.js',
|
'sinon': 'sinon/pkg/sinon.js',
|
||||||
|
|
||||||
// To make webpack happy
|
|
||||||
// Related: https://github.com/request/request/issues/1529
|
|
||||||
// (there's no mock available for fs, so we fake a mock by using
|
|
||||||
// an in-memory version of fs)
|
|
||||||
"fs": "memfs",
|
|
||||||
},
|
},
|
||||||
modules: [
|
modules: [
|
||||||
path.resolve('./test'),
|
path.resolve('./test'),
|
||||||
"node_modules"
|
"node_modules"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
node: {
|
|
||||||
// Because webpack is made of fail
|
|
||||||
// https://github.com/request/request/issues/1529
|
|
||||||
// Note: 'mock' is the new 'empty'
|
|
||||||
net: 'mock',
|
|
||||||
tls: 'mock'
|
|
||||||
},
|
|
||||||
devtool: 'inline-source-map',
|
devtool: 'inline-source-map',
|
||||||
externals: {
|
externals: {
|
||||||
// Don't try to bundle electron: leave it as a commonjs dependency
|
// Don't try to bundle electron: leave it as a commonjs dependency
|
||||||
|
|
|
@ -76,7 +76,6 @@
|
||||||
"lodash": "^4.13.1",
|
"lodash": "^4.13.1",
|
||||||
"lolex": "2.3.2",
|
"lolex": "2.3.2",
|
||||||
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
|
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
|
||||||
"memfs": "^2.10.1",
|
|
||||||
"optimist": "^0.6.1",
|
"optimist": "^0.6.1",
|
||||||
"pako": "^1.0.5",
|
"pako": "^1.0.5",
|
||||||
"prop-types": "^15.5.8",
|
"prop-types": "^15.5.8",
|
||||||
|
|
Loading…
Reference in a new issue