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.
2 parents 5bd5090 + 66368ac commit aebd77eCopy full SHA for aebd77e
content/configuration/index.md
@@ -19,6 +19,8 @@ T> Notice that throughout the configuration we use Node's built-in [path module]
19
## Options
20
21
``` js-with-links-with-details
22
+var path = require('path');
23
+
24
{
25
// click on the name of the option to get to the detailed documentation
26
// click on the items with arrows to show more examples / advanced options
0 commit comments