蚂蚁设计使纱线构建失败

时间:2020-03-06 05:02:14

标签: reactjs create-react-app yarnpkg antd

我打算重新部署一个Web应用程序,所以我试图运行yarn build,它遇到了这个错误。

我正在使用Ant Design,之前我也进行过纱线弹出,通过Google搜索后仍然没有运气,之前遇到过任何错误吗?有解决问题的技巧吗?谢谢!

yarn run v1.22.0
$ react-app-rewired build
Creating an optimized production build...
Failed to compile.

./node_modules/antd/es/style/index.less
TypeError: this[MODULE_TYPE] is not a function


error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

2 个答案:

答案 0 :(得分:0)

即使我遇到了同样的问题。我的问题是我与Ant Design版本混在一起。 Ant v4.x是最近发布的,因此我使用了组件而不检查版本。因此,请尝试使用相同版本的组件,看看是否可行!!

答案 1 :(得分:0)

好的,因此对于可能面临相同问题的任何人,您都需要删除 react-rewire ,并执行从Ant.Design Doc中显示的从V3到V4的迁移,这样就可以了