From 67cf598eea2f1f4f549e5857d5eea393f57e7226 Mon Sep 17 00:00:00 2001 From: Roman Milkovic Date: Mon, 15 May 2017 22:37:24 +0800 Subject: [PATCH] Added missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e540519c..5f7523bc 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ either add the css-loader’s [`importLoaders`] option. test: /\.css$/, use: [ 'style-loader', - { loader: 'css-loader' options: { modules: true, importLoaders: 1 } }, + { loader: 'css-loader', options: { modules: true, importLoaders: 1 } }, 'postcss-loader' ] }