Skip to content

Commit

Permalink
Try without fix-esm
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 9, 2023
1 parent 5e1bd61 commit ce3309b
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
Expand Up @@ -21,7 +21,7 @@ const yarn = require("gulp-yarn");
const rename = require('gulp-rename');
const replace = require('gulp-replace');
const jeditor = require('gulp-json-editor');
const xmlTransformer = require('fix-esm').require('gulp-xml-transformer');
const xmlTransformer = require('gulp-xml-transformer');
const os = require('os');
const git = require('simple-git')();
const source = require('vinyl-source-stream');
Expand Down

0 comments on commit ce3309b

Please sign in to comment.