Skip to content

Commit c2e11f2

Browse files
committed
🐛 (gulpfile) fix gulp.conf file extension
1 parent c943c95 commit c2e11f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import jsdocConfiguration from './configs/jsdoc.conf.js'
5555
import rollupConfigurator from './configs/rollup.conf.js'
5656
import rollupUnitTestsConfigurator from './configs/rollup.units.conf.js'
5757
import rollupBenchesConfigurator from './configs/rollup.benchs.conf.js'
58-
import { getGulpConfigForTask } from './configs/gulp.conf.js'
58+
import { getGulpConfigForTask } from './configs/gulp.conf.mjs'
5959

6060
const red = colors.red
6161
const green = colors.green

0 commit comments

Comments
 (0)