webpack.config.js rules: [ { test: /\.(js|jsx)$/, use: [ { loader: 'babel-loader', }, ], exclude: [], }, ], 使用babel 7.x 的babelrc.js 配置
確定! 回上一頁