Files
ECShopX_mobile-frontend/babel.config.js
lukaijie 33e06a32c6 m
2021-11-29 16:19:31 +08:00

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