mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Add trailing comma
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user