From a05437e81f22cb260954629065c22b36deba42f2 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 10 Oct 2015 18:51:22 +0100 Subject: [PATCH] add npm i source-map-loader troubleshooting step --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 690e1041d5..811f52f2b8 100644 --- a/README.md +++ b/README.md @@ -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 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 ==========