parent
12c9e0c3fb
commit
ca0d8cc7c1
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.2.19
|
||||||
|
|
||||||
|
`2023-04-23`
|
||||||
|
|
||||||
|
- 🐞 Fix antd.min.js file error
|
||||||
|
|
||||||
## 3.2.18
|
## 3.2.18
|
||||||
|
|
||||||
`2023-04-23`
|
`2023-04-23`
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.2.19
|
||||||
|
|
||||||
|
`2023-04-23`
|
||||||
|
|
||||||
|
- 🐞 修复 antd.min.js 文件错误
|
||||||
|
|
||||||
## 3.2.18
|
## 3.2.18
|
||||||
|
|
||||||
`2023-04-23`
|
`2023-04-23`
|
||||||
|
|
|
@ -259,7 +259,6 @@ All rights reserved.
|
||||||
},
|
},
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
|
||||||
new webpack.LoaderOptionsPlugin({
|
new webpack.LoaderOptionsPlugin({
|
||||||
minimize: true,
|
minimize: true,
|
||||||
}),
|
}),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "3.2.18",
|
"version": "3.2.19",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue