Files
2026-07-05 14:43:34 +08:00

16 lines
307 B
JavaScript

// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module.exports = {
presets: [
[
'taro',
{
framework: 'react',
ts: 'true',
compiler: 'webpack5',
},
],
],
plugins: [],
};