From 41bb868c349c61eb224d278f62daf014605f5863 Mon Sep 17 00:00:00 2001 From: BrainCrumbz Date: Tue, 21 Feb 2017 15:16:02 +0100 Subject: [PATCH] docs(readme): fix typo in devtool option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50fa2de..a20f2e8 100644 --- a/README.md +++ b/README.md @@ -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.