1 Star 0 Fork 0

深圳红海互联信息科技有限公司/红海互联开源社交商城系统小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
红海互联 提交于 2024-11-15 10:04 . create project
// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module.exports = {
presets: [
[
"taro",
{
framework: "react",
ts: true,
},
],
],
plugins: [
[
"import",
{
libraryName: "@nutui/nutui-react-taro",
libraryDirectory: "dist/esm",
style: "css",
camel2DashComponentName: false,
},
"nutui-react-taro",
],
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/redseanetinc/redseanet-social-e-commerce-php-mini-program.git
git@gitee.com:redseanetinc/redseanet-social-e-commerce-php-mini-program.git
redseanetinc
redseanet-social-e-commerce-php-mini-program
红海互联开源社交商城系统小程序
master

搜索帮助