Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
docs(readme): fix typo in devtool option
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainCrumbz committed Feb 21, 2017
1 parent a15b49e commit 41bb868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -187,7 +187,7 @@ config.context(path.resolve(__dirname, 'src'));

```js
// devtool: String | false
config.target(devtool)
config.devtool(devtool)
```

This option controls if and how Source Maps are generated.
Expand Down

0 comments on commit 41bb868

Please sign in to comment.