1 Star 0 Fork 0

ArtfulCoder/react-taroify-ts

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
babel.config.js 553 Bytes
Copy Edit Raw Blame History
HaloPigpig authored 2023-04-11 11:20 +08:00 . feat: 项目初始化
// 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: '@taroify/core', libraryDirectory: '', style: true }, '@taroify/core'],
[
'import',
{
libraryName: '@taroify/icons',
libraryDirectory: '',
camel2DashComponentName: false,
style: () => '@taroify/icons/style',
},
'@taroify/icons',
],
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ArtfulCoder/react-taroify-ts.git
git@gitee.com:ArtfulCoder/react-taroify-ts.git
ArtfulCoder
react-taroify-ts
react-taroify-ts
master

Search