Files
ECShopX_mobile-frontend/babel.config.js
2025-12-29 22:05:03 +08:00

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
}
]
]
}