mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Add trailing comma
This commit is contained in:
parent
6c5afb9369
commit
6f11054994
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ gulp.task('browserify', function () {
|
|||
let bundler = browserify({
|
||||
entries: './common/index.js',
|
||||
debug: true,
|
||||
transform: [[babel, { compact: false }]]
|
||||
transform: [[babel, { compact: false }]],
|
||||
});
|
||||
|
||||
return bundler.bundle()
|
||||
|
|
|
|||
Loading…
Reference in a new issue