mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-13 06:35:41 +08:00
11 lines
227 B
JavaScript
11 lines
227 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
|
|
}]
|
|
]
|
|
};
|