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

Commit e56368b

Browse files
tobennajoshwiens
authored andcommitted
docs(README): add missing comma (#63)
1 parent 9dbd867 commit e56368b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ module.exports = {
134134
{
135135
test: /\.bundle\.js$/,
136136
use: {
137-
loader: 'bundle-loader'
137+
loader: 'bundle-loader',
138138
options: {
139139
name: 'my-chunk'
140140
}

0 commit comments

Comments
 (0)