We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a3912 commit 97c2aacCopy full SHA for 97c2aac
gulpfile.js
@@ -92,7 +92,7 @@ gulp.task('concat', function() {
92
// Clean all directories (dynamically load clean tasks)
93
//=======================================================
94
async function loadCleanTask() {
95
- return import('./gulp-tasks/clean.js');
+ return import('./gulp-tasks/clean.mjs');
96
}
97
98
gulp.task('clean:styleguide', async function() {
0 commit comments