Skip to content

Commit 4dba288

Browse files
authored
Merge pull request #457 from MrP/patch-1
Update configuration.md
2 parents 1057c96 + 99c5092 commit 4dba288

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/concepts/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The following examples below describe how webpack's configuration object can be
3030
**webpack.config.js**
3131

3232
```javascript
33+
var path = require('path');
34+
3335
module.exports = {
3436
entry: './foo.js',
3537
output: {
@@ -180,4 +182,4 @@ export default (
180182
</plugins>
181183
</webpack>
182184
);
183-
```
185+
```

0 commit comments

Comments
 (0)