From 2a2ee7b3a75a5b328d064255005777dc5c3bc9b0 Mon Sep 17 00:00:00 2001 From: Michael Weibel Date: Mon, 28 Jan 2019 11:07:58 +0100 Subject: [PATCH] docs: sourceMaps are disabled by default (#890) --- 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.