antd-dayjs-vite-plugin
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

npm npm bundle size

A Vite port of antd-dayjs-webpack-plugin. Day.js vite plugin for Ant Design (antd).

Usage

Install via yarn add antd-dayjs-vite-plugin.

In your vite.confg.ts:

import { antdDayjs } from 'antd-dayjs-vite-plugin';

export default defineConfig({
  plugins: [/**/, antdDayjs()],
  // ...
}

Configuration

All options are the same as for antd-dayjs-webpack-plugin. Check the README of antd-dayjs-webpack-plugin for more details.

Package Sidebar

Install

npm i antd-dayjs-vite-plugin

Weekly Downloads

734

Version

2.0.0

License

MIT

Unpacked Size

15.5 kB

Total Files

16

Last publish

Collaborators

  • nekocode