Skip to content

Commit aebd77e

Browse files
authored
Merge pull request #635 from llimllib/include-path-in-config-docs
Include path library in sample configuration
2 parents 5bd5090 + 66368ac commit aebd77e

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)