第一次提交

This commit is contained in:
zhaoxi
2026-07-14 14:52:44 +08:00
commit 1da41ec774
76 changed files with 38268 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module.exports = {
presets: [
[
'taro',
{
framework: 'react',
ts: 'true',
compiler: 'webpack5',
},
],
],
plugins: [],
};