Day.js vite plugin for Ant Design (antd)
npm install antd-dayjs-vite-plugin !npm bundle size
A Vite port of antd-dayjs-webpack-plugin. Day.js vite plugin for Ant Design (antd).
Install via yarn add antd-dayjs-vite-plugin.
In your vite.confg.ts:
``ts
import { antdDayjs } from 'antd-dayjs-vite-plugin';
export default defineConfig({
plugins: [/**/, antdDayjs()],
// ...
}
``
All options are the same as for antd-dayjs-webpack-plugin. Check the README of antd-dayjs-webpack-plugin for more details.