[Solution found!] 您需要安装es2015预设: npm install babel-preset-es2015 然后配置babel-loader: { test: /\.jsx?$/, loader: 'babel-loader', exclude: ...
確定! 回上一頁