is there any way to do "tree shaking" of Antd with React 16.13 (CRA) i tried this tutorial https://www.npmjs.com/package/babel-plugin-import in package.json
"plugins": [
["import", { "libraryName": "antd", "style": true}, "antd"]
]
but after build all build files are with the same size. Should I expect anything else? Any advice about three shakings of Antd. Thanks