@ -78,7 +78,7 @@ We provide `antd.js` and `antd.min.js` `reset.css` under [dist](https://unpkg.co
> **We strongly discourage loading the entire files** this will add bloat to your application and make it more difficult to receive bugfixes and updates. Antd is intended to be used in conjunction with a build tool, such as [webpack](https://webpack.github.io/), which will make it easy to import only the parts of antd that you are using.
> **We strongly discourage loading the entire files** this will add bloat to your application and make it more difficult to receive bugfixes and updates. Antd is intended to be used in conjunction with a build tool, such as [webpack](https://webpack.github.io/), which will make it easy to import only the parts of antd that you are using.
> Note: you should import react/react-dom/dayjs before using antd.js.
> Note: You should import `react`、`react-dom`、`dayjs` before using `antd.js`.