Don't use es6 in gulpfile
This commit is contained in:
@@ -398,7 +398,7 @@ var watchDependents = [
|
|||||||
'pack-watch-manifest'
|
'pack-watch-manifest'
|
||||||
];
|
];
|
||||||
|
|
||||||
gulp.task('reload', () => {
|
gulp.task('reload', function() {
|
||||||
notify({ message: 'test changed' });
|
notify({ message: 'test changed' });
|
||||||
reload();
|
reload();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user