Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmilinovic authored Nov 13, 2024
1 parent 7fa1301 commit 8508f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import gulp from 'gulp';
import del from 'del'; // Default import for del
import { deleteAsync as del } from 'del'; // Correct ES module import for del
import concat from 'gulp-concat';
import uglify from 'gulp-uglify';
import ngHtml2Js from 'gulp-ng-html2js';
Expand Down

0 comments on commit 8508f3e

Please sign in to comment.