From 5366357be7d3b85acee5934c50aa7a76493ffd12 Mon Sep 17 00:00:00 2001 From: Michael Weibel Date: Mon, 28 Jan 2019 07:38:57 +0100 Subject: [PATCH] docs: sourceMaps are disabled by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2028a365..4a2c864c 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ module.exports = { ### `sourceMap` Type: `Boolean` -Default: `true` +Default: `false` To include source maps set the `sourceMap` option.