This commit is contained in:
hackrobot
2024-09-20 18:36:05 +08:00
parent 5e32e3f0f0
commit 33f253469c
53 changed files with 15430 additions and 3 deletions

10
babel.config.js Normal file
View File

@@ -0,0 +1,10 @@
// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module.exports = {
presets: [
['taro', {
framework: 'react',
ts: false
}]
]
}