babel.config.js 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // babel-preset-taro 更多选项和默认值: // https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md module.exports = { presets: [ ['taro', { framework: 'vue3', ts: false }] ] }