Skip to content

Commit 3963860

Browse files
alibosworthmichael-ciniawsky
authored andcommitted
docs(README): add missing comma (#223)
1 parent df0226b commit 3963860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
test: /\.css$/,
101101
use: [
102102
'style-loader',
103-
{ loader: 'css-loader' options: { importLoaders: 1 } },
103+
{ loader: 'css-loader', options: { importLoaders: 1 } },
104104
'postcss-loader'
105105
]
106106
}

0 commit comments

Comments
 (0)