npm run build
welinkiot opened this issue · 2 comments
welinkiot commented
./src/routes/Dashboard/Dashboard.js
Module build failed: TypeError: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got null
at Array.map (native)
CarterLi commented
Remove transform-decorators-legacy
in .webpackrc.js
Reference: ant-design/ant-design-pro#1345
hanahmily commented
I have build project with npm install
, then npm run build
. There's no error there.