From ffaa5f18aaa9b938b0f8dc31ee9e06f660b82046 Mon Sep 17 00:00:00 2001 From: Martin Cerny Date: Mon, 10 Sep 2018 21:49:34 +0200 Subject: [PATCH] Fix typo in sourceMap closes #4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abc497..26b97bb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ module.exports = { new ExtractTextPlugin("styles.css"), new OptimizeCssnanoPlugin({ - sourceMap: nextSourceMap, + sourceMap: true, // true for development, false for production cssnanoOptions: { preset: ['default', { discardComments: {