UNPKG

@tarojs/cli

Version:
12 lines (11 loc) 316 B
// babel-preset-taro 更多选项和默认值: // https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md module.exports = { presets: [ ['taro', { framework: '{{ to_lower_case framework }}', ts: {{ typescript }}, compiler: '{{ to_lower_case compiler }}', }] ] }