1.0.3 • Published 2 years ago

vite-plugin-antdv-fix v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

vite-plugin-antdv-fix

why

ant-design-vue@1.7.8不在维护,基于现在vue2 + vite + antdv已存在问题

  • 生产环境require is not defined
  • moment.isMoment is not export by default

use

yarn add vite-plugin-antdv-fix -D
//or
npm i vite-plugin-antdv-fix -D
// vite.config.ts
import antdvFix from 'vite-plugin-antdv-fix'
import { defineConfig } from 'vite'
export default defineConfig({
  plugins: [
    antdvFix()
  ]
})
1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago