feat: (BC) remove dayjs alias config
A webpack plugin to replace Day.js to Moment.js automatically.
npm install --save-dev @ant-design/moment-webpack-plugin
// webpack-config.js import AntdMomentWebpackPlugin from '@ant-design/moment-webpack-plugin'; module.exports = { // ... plugins: [new AntdMomentWebpackPlugin()], };
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
antd-moment-webpack-plugin
A webpack plugin to replace Day.js to Moment.js automatically.
Installation
Usage