Browse Source

release 3.2.19

pull/6509/head 3.2.19
tangjinzhou 2 years ago
parent
commit
ca0d8cc7c1
  1. 6
      CHANGELOG.en-US.md
  2. 6
      CHANGELOG.zh-CN.md
  3. 1
      antd-tools/getWebpackConfig.js
  4. 2
      package.json

6
CHANGELOG.en-US.md

@ -10,6 +10,12 @@
---
## 3.2.19
`2023-04-23`
- 🐞 Fix antd.min.js file error
## 3.2.18
`2023-04-23`

6
CHANGELOG.zh-CN.md

@ -10,6 +10,12 @@
---
## 3.2.19
`2023-04-23`
- 🐞 修复 antd.min.js 文件错误
## 3.2.18
`2023-04-23`

1
antd-tools/getWebpackConfig.js

@ -259,7 +259,6 @@ All rights reserved.
},
mode: 'production',
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
new webpack.LoaderOptionsPlugin({
minimize: true,
}),

2
package.json

@ -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…
Cancel
Save