Skip to content

Commit f7aa9a8

Browse files
romanslonovmichael-ciniawsky
authored andcommitted
docs(README): added missing comma (#233)
1 parent 9785226 commit f7aa9a8

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
@@ -336,7 +336,7 @@ either add the css-loader’s [`importLoaders`] option.
336336
test: /\.css$/,
337337
use: [
338338
'style-loader',
339-
{ loader: 'css-loader' options: { modules: true, importLoaders: 1 } },
339+
{ loader: 'css-loader', options: { modules: true, importLoaders: 1 } },
340340
'postcss-loader'
341341
]
342342
}

0 commit comments

Comments
 (0)