Skip to content

Commit 1d91e6a

Browse files
committed
Merge pull request #140 from gzm0/tutorial-source-map-support
Fix #139: Mention source map support for Node.js in tutorial
2 parents facecaa + 6f54e98 commit 1d91e6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ in order not to disturb your teammates, in a separate `.sbt` file (say,
120120

121121
This will enable the fastOpt stage by default when launching sbt.
122122

123+
**Source maps in Node.js**: To get your stack traces resolved on Node.js, you will have to install the `source-map-support` package.
124+
125+
npm install source-map-support
126+
123127
## <a name="integrating-html"></a> Step 2: Integrating with HTML
124128

125129
Now that we have a simple JavaScript application, we would like to use it in an HTML page. To do this, we need two steps:

0 commit comments

Comments
 (0)