Skip to content

docs: add sassOptions for sass-loader >= 8 (#1593) [ci skip] #1593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 22, 2019
Merged
Prev Previous commit
Next Next commit
Update pre-processors.md
  • Loading branch information
johnnywang1994 authored Sep 22, 2019
commit a68d6e50b67491ebd4b906f23ade859214342565
2 changes: 1 addition & 1 deletion docs/zh/guide/pre-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
loader: 'sass-loader',
options: {
indentedSyntax: true
// sass-loader > 8 version
// sass-loader version >= 8
sassOptions: {
indentedSyntax: true
}
Expand Down