巴扎嘿呀
Results
1
issues of
巴扎嘿呀
按照官方配置,利用webpack-chain添加plugin,配置如下 ``` const AntdDayjsWebpackPlugin = require('antd-dayjs-webpack-plugin'); module.exports = ({ onGetWebpackConfig }) => { onGetWebpackConfig((config) => { config.plugin('AntdDayjsWebpackPlugin').use(AntdDayjsWebpackPlugin); }) } ``` app.tsx中添加 ``` import { ConfigProvider } from 'antd'; import zhCN...