Skip to content

Commit 97c2aac

Browse files
authored
Update gulpfile.js
1 parent 02a3912 commit 97c2aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ gulp.task('concat', function() {
9292
// Clean all directories (dynamically load clean tasks)
9393
//=======================================================
9494
async function loadCleanTask() {
95-
return import('./gulp-tasks/clean.js');
95+
return import('./gulp-tasks/clean.mjs');
9696
}
9797

9898
gulp.task('clean:styleguide', async function() {

0 commit comments

Comments
 (0)