add npm i source-map-loader troubleshooting step

This commit is contained in:
Matthew Hodgson 2015-10-10 18:51:22 +01:00
parent 93f266a4fa
commit a05437e81f

View file

@ -34,6 +34,9 @@ changes to the react sdk, you can:
If you add or remove any components from the Vector skin, you will need to rebuild If you add or remove any components from the Vector skin, you will need to rebuild
the skin's index by running, `npm run reskindex`. the skin's index by running, `npm run reskindex`.
You may need to run `npm i source-map-loader` in matrix-js-sdk if you get errors
about "Cannot resolve module 'source-map-loader'" due to shortcomings in webpack.
Deployment Deployment
========== ==========