Skip to content

Commit d8878d1

Browse files
guylyonskazupon
authored andcommitted
add missing comma (#690)
1 parent ae5b356 commit d8878d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/configurations/pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Contrary to what its name indicates, [*sass*-loader](https://github.com/jtangeld
2828
loader: 'vue-loader',
2929
options: {
3030
loaders: {
31-
scss: 'vue-style-loader!css-loader!sass-loader' // <style lang="scss">
31+
scss: 'vue-style-loader!css-loader!sass-loader', // <style lang="scss">
3232
sass: 'vue-style-loader!css-loader!sass-loader?indentedSyntax' // <style lang="sass">
3333
}
3434
}

0 commit comments

Comments
 (0)