From 351bd18d2137a618e904ca691456c7718e740886 Mon Sep 17 00:00:00 2001 From: Amazingandyyy Date: Wed, 18 Jan 2017 10:40:40 -0800 Subject: [PATCH] fix obviously missing comma in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dda0441e..ee5b77cf 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ module.exports = { { loader: 'css-loader', options: { sourceMap: true, importLoaders: 1 } - } + }, { loader: 'less-loader', options: { sourceMap: true }