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