在create-react-app@3.0.1
下进行了测试,并且JS树摇晃不起作用。
复制步骤:
create-react-app treeshakeTest
cd treeshakeTest
npm i
npm i --save antd
src/App.js
中import Button from
'antd/es/button'
并在<Button type="primary">Button</Button>
中添加
返回中的某个地方答案 0 :(得分:0)
似乎这是antd的已知问题(图标已导入)。 lib的V4将修复此问题,直到使用https://github.com/Beven91/webpack-ant-icon-loader拆分图标块解决了该问题。