mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
release 3.2.19
This commit is contained in:
parent
12c9e0c3fb
commit
ca0d8cc7c1
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 3.2.19
|
||||
|
||||
`2023-04-23`
|
||||
|
||||
- 🐞 Fix antd.min.js file error
|
||||
|
||||
## 3.2.18
|
||||
|
||||
`2023-04-23`
|
||||
|
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 3.2.19
|
||||
|
||||
`2023-04-23`
|
||||
|
||||
- 🐞 修复 antd.min.js 文件错误
|
||||
|
||||
## 3.2.18
|
||||
|
||||
`2023-04-23`
|
||||
|
@ -259,7 +259,6 @@ All rights reserved.
|
||||
},
|
||||
mode: 'production',
|
||||
plugins: [
|
||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||
new webpack.LoaderOptionsPlugin({
|
||||
minimize: true,
|
||||
}),
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.2.18",
|
||||
"version": "3.2.19",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user