forked from wangziqi/gongxue-base
feat: scaffold taro h5 frontends
This commit is contained in:
11
apps/taro/babel.config.cjs
Normal file
11
apps/taro/babel.config.cjs
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'taro',
|
||||
{
|
||||
framework: 'react',
|
||||
ts: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user