Skip to content

Commit 9cfd5e4

Browse files
author
sifan
committed
fix: 修复调用gulp会报错的bug
1 parent 764012f commit 9cfd5e4

File tree

2 files changed

+8
-169
lines changed

2 files changed

+8
-169
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { src, dest, series } = require('gulp');
22
const jsonEditor = require("gulp-json-editor");
33
const { Reflect } = require('core-js');
4-
const { merge } = require('lodash-es');
4+
const { merge } = require('merge');
55

66
const foldPath = './';
77

package-lock.json

Lines changed: 7 additions & 168 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)