mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-05-13 01:45:57 +08:00
14 lines
250 B
JavaScript
14 lines
250 B
JavaScript
// Learn more about babel-preset-taro here:
|
|
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
|
|
module.exports = {
|
|
presets: [
|
|
[
|
|
'taro',
|
|
{
|
|
framework: 'react',
|
|
ts: true
|
|
}
|
|
]
|
|
]
|
|
}
|