From 7b17e5e88ccf20eac388cd881b9f978edfd9f9f4 Mon Sep 17 00:00:00 2001 From: Guy Lyons Date: Mon, 6 Mar 2017 08:51:10 -0500 Subject: [PATCH] add missing comma --- docs/en/configurations/pre-processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/configurations/pre-processors.md b/docs/en/configurations/pre-processors.md index 491af9655..49b80b140 100644 --- a/docs/en/configurations/pre-processors.md +++ b/docs/en/configurations/pre-processors.md @@ -28,7 +28,7 @@ Contrary to what its name indicates, [*sass*-loader](https://github.com/jtangeld loader: 'vue-loader', options: { loaders: { - scss: 'vue-style-loader!css-loader!sass-loader' //