Skip to content

Commit 66368ac

Browse files
authored
Include path library in sample configuration
If you're going to use the path library in the configuration sample, it ought to be included. Otherwise newb readers (points to self) will get confusing errors.
1 parent 964dc76 commit 66368ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/configuration/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ T> Notice that throughout the configuration we use Node's built-in [path module]
1919
## Options
2020

2121
``` js-with-links-with-details
22+
var path = require('path');
23+
2224
{
2325
// click on the name of the option to get to the detailed documentation
2426
// click on the items with arrows to show more examples / advanced options

0 commit comments

Comments
 (0)