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 41f1135 commit 38d4585Copy full SHA for 38d4585
README.md
@@ -192,6 +192,14 @@ You can develop TypeScript applications against the PlayCanvas engine. To genera
192
193
This will output to build/output/playcanvas.d.ts
194
195
+## Generating Source Map
196
+
197
+To build the source map to allow for easier engine debugging, use the following command:
198
199
+ npm run build -- -m
200
201
+This will output to build/output/playcanvas.js.map
202
203
## Getting Help
204
205
[**Forums**](https://forum.playcanvas.com) - Use the forum to ask/answer questions about PlayCanvas.
0 commit comments