Antd v5 upgrade
- upgrade antd library to version 5
- remove obsolete
import 'antd/dist/antd.less'
(file no longer exists) - delete
antd-theme-webpack-plugin
, its usage in webpack config, andLessVariablesRemapper
as they are no longer needed to apply a custom theme - apply theme via the ConfigProvider
- add a few stories to demonstrate theme