Commit 48a8c64
Fix ES module compatibility issue with gulpfile
- Rename gulpfile.js to gulpfile.cjs to resolve 'require is not defined' error
- Update package.json lint scripts to exclude gulpfile.cjs from ESLint
- Maintains 'type: module' in package.json while allowing CommonJS gulpfile
- All builds now work correctly with both npm scripts and GitHub Actions
Resolves build failures caused by ES module/CommonJS mismatch.1 parent 40ae427 commit 48a8c64
2 files changed
Lines changed: 2 additions & 2 deletions
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments