Skip to content

Commit f512a20

Browse files
CKGraficomichael-ciniawsky
authored andcommitted
docs(README): add missing comma in example (webpack#295)
1 parent 271ab9a commit f512a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ module.exports = ({ file, options, env }) => ({
182182
**webpack.config.js**
183183
```js
184184
{
185-
loader: 'postcss-loader'
185+
loader: 'postcss-loader',
186186
options: {
187187
config: {
188188
ctx: {

0 commit comments

Comments
 (0)