1 Star 1 Fork 1

Scott / maptalk.three

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 226 Bytes
一键复制 编辑 原始数据 按行查看 历史
deyihu 提交于 2019-09-30 15:25 . add extrudeline, close #44 (#46)
const path = require('path');
module.exports = {
presets: [
['@babel/env', {
"loose": true, "modules": false
}]
],
include: [path.resolve(__dirname, "./node_modules/geometry-extrude")]
}
1
https://gitee.com/BestMyGod/maptalk.three.git
git@gitee.com:BestMyGod/maptalk.three.git
BestMyGod
maptalk.three
maptalk.three
master

搜索帮助