Skip to content

Commit

Permalink
docs(README): add missing comma (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibosworth authored and michael-ciniawsky committed May 10, 2017
1 parent df0226b commit 3963860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
test: /\.css$/,
use: [
'style-loader',
{ loader: 'css-loader' options: { importLoaders: 1 } },
{ loader: 'css-loader', options: { importLoaders: 1 } },
'postcss-loader'
]
}
Expand Down

0 comments on commit 3963860

Please sign in to comment.