1 Star 2 Fork 2

softsdu/s3dWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
softsdu 提交于 2024-08-20 10:48 +08:00 . Initial commit
import * as pluginImportMap from 'babel-plugin-import-map';
pluginImportMap.load('./import-map.json');
export default {
"presets": [
["@babel/preset-env", { "modules": false }]
],
"plugins": [
pluginImportMap.plugin()
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/softsdu/s3dWeb.git
git@gitee.com:softsdu/s3dWeb.git
softsdu
s3dWeb
s3dWeb
main

搜索帮助