nekocode / antd-dayjs-vite-plugin

A Vite port of antd-dayjs-webpack-plugin. Day.js vite plugin for Ant Design (antd).
https://www.npmjs.com/package/antd-dayjs-vite-plugin
MIT License
18 stars 0 forks source link

sorry, is that right? #4

Closed geekftz closed 2 years ago

geekftz commented 3 years ago

see App.tsx

// in the test project it can not get the registry
import moment from 'moment';
nekocode commented 2 years ago

see App.tsx

// in the test project it can not get the registry
import moment from 'moment';

First you need to run npm/yarn install in the example directory, the moment package is a dependency of the antd library.