Skip to content

Commit

Permalink
dics: fix illegal semicolon in example code (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshydra authored and evilebottnawi committed Apr 29, 2019
1 parent 81b4d18 commit 5ddb01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ import style from './file.css';
test: /\.css$/,
use: [{ loader: 'style-loader' }, { loader: 'css-loader' }],
},
];
],
}
}
```
Expand Down Expand Up @@ -73,7 +73,7 @@ import url from 'file.css';
test: /\.css$/,
use: [{ loader: 'style-loader/url' }, { loader: 'file-loader' }],
},
];
],
}
}
```
Expand Down

0 comments on commit 5ddb01b

Please sign in to comment.