Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
docs(README): add missing comma (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobenna authored and joshwiens committed Nov 3, 2017
1 parent 9dbd867 commit e56368b
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 @@ -134,7 +134,7 @@ module.exports = {
{
test: /\.bundle\.js$/,
use: {
loader: 'bundle-loader'
loader: 'bundle-loader',
options: {
name: 'my-chunk'
}
Expand Down

0 comments on commit e56368b

Please sign in to comment.