js-sdk now requires json-loader because webpack is made of fail

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
t3chguy/unhomoglyph
Michael Telatynski 2018-07-26 14:46:20 +01:00
parent 0458aec320
commit 2011a1e477
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ First clone and build `matrix-js-sdk`:
1. `pushd matrix-js-sdk`
1. `git checkout develop`
1. `npm install`
1. `npm install source-map-loader` # because webpack is made of fail (https://github.com/webpack/webpack/issues/1472)
1. `npm install source-map-loader json-loader` # because webpack is made of fail (https://github.com/webpack/webpack/issues/1472)
1. `popd`
Then similarly with `matrix-react-sdk`: