We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870e50e commit a2f813dCopy full SHA for a2f813d
1 file changed
developer_guide.md
@@ -96,7 +96,8 @@ sudo sysctl -p
96
97
---
98
99
-When you make changes to `matrix-js-sdk` they should be automatically picked up by webpack and built.
+When you make changes to `matrix-js-sdk` you will need to rebuild it before they will be picked up by webpack.
100
+You can do this using `pnpm build` or by running `pnpm start` in `matrix-js-sdk`.
101
102
If any of these steps error with, `file table overflow`, you are probably on a mac
103
which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again.
0 commit comments