webpack: always use the olm from vector-web
Fixes an error when matrix-js-sdk is symlinked into node_modules, which meant that we would (try to) use the version of olm from js-sdk instead of vector-web (https://github.com/vector-im/vector-web/issues/1765).pull/1766/head
							parent
							
								
									3e53879adc
								
							
						
					
					
						commit
						ef4b604caf
					
				|  | @ -43,6 +43,10 @@ module.exports = { | |||
| 
 | ||||
|             // same goes for js-sdk
 | ||||
|             "matrix-js-sdk": path.resolve('./node_modules/matrix-js-sdk'), | ||||
| 
 | ||||
|             // make sure we use the version of olm from vector-web rather than
 | ||||
|             // js-sdk.
 | ||||
|             "olm": path.resolve('./node_modules/olm'), | ||||
|         }, | ||||
|     }, | ||||
|     plugins: [ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Richard van der Hoff
						Richard van der Hoff