Skip to content

Commit 018855f

Browse files
Elecwebdanez
authored andcommitted
remove trailing comma (#239)
1 parent 4e5b482 commit 018855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if (!isDev) {
3636
},
3737
},
3838
sourceMap: false,
39-
}),
39+
})
4040
);
4141
}
4242

0 commit comments

Comments
 (0)