Skip to content

Commit 495c767

Browse files
docs(introduction): add export statement for config in config.js example
1 parent 39b8a75 commit 495c767

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configuration/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
},
2020
],
2121
};
22+
23+
/*************** DO NOT EDIT THE LINE BELOW ***************/
24+
if (typeof module !== "undefined") {module.exports = config;}
2225
```
2326

2427
See [module configuration](/modules/configuration) for more information and

0 commit comments

Comments
 (0)