浏览代码

Merge pull request #211 from zishang520/patch-3

Update gulpfile.js
pull/213/head
Caven Chen 3 个月前
父节点
当前提交
f302667a83
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      gulpfile.js

+ 1
- 1
gulpfile.js 查看文件

@@ -18,7 +18,7 @@ import GlobalsPlugin from 'esbuild-plugin-globals'
import shell from 'shelljs'
import chalk from 'chalk'

const cesium_path = path.resolve('./node_modules/cesium/build/Cesium')
const cesium_path = path.resolve('./node_modules/cesium/Build/Cesium')

const packageJson = fse.readJsonSync('./package.json')


正在加载...
取消
保存