babel 开发汇总
本文于 1500 天之前发表,文中内容可能已经过时。
问题指南
npm start
Q:由于 [email protected] 升级导致的 break change,transform-decorators-legacy 无需引入了,如果引入就会报以下错误:
$ npm start
Starting the development server...
Failed to compile.
./src/routes/orders/AllPaidOrderListPage.js
Module build failed: TypeError: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got null
at Array.map (<anonymous>)
A:
将.webpackrc.js
中的transform-decorators-legacy
进行删除。
评论系统未开启,无法评论!