From d1efbb8723c9d3cd7785899df9b4fb40842dd4a2 Mon Sep 17 00:00:00 2001 From: Hibariya Date: Wed, 5 Feb 2020 10:18:30 +0900 Subject: [PATCH] Fix an example code When I tried this by copy-and-paste, I figured out there was a syntax error. --- docs/guide/pre-processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/pre-processors.md b/docs/guide/pre-processors.md index c6de149a1..03298d517 100644 --- a/docs/guide/pre-processors.md +++ b/docs/guide/pre-processors.md @@ -62,7 +62,7 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default. { loader: 'sass-loader', options: { - indentedSyntax: true + indentedSyntax: true, // sass-loader version >= 8 sassOptions: { indentedSyntax: true