From ccff952d271959cc3126afbdeda13507d0afe70b Mon Sep 17 00:00:00 2001 From: Nikita Balabaev Date: Wed, 10 May 2017 09:35:28 +0700 Subject: [PATCH] Add forgotten comma in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1def7928..8e0e79c3 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ within the CSS directly as an annotation comment. **webpack.config.js** ```js { - loader: 'postcss-loader' + loader: 'postcss-loader', options: { sourceMap: 'inline' }