fix: missing files in dist #2219

This commit is contained in:
tanjinzhou 2020-05-09 10:02:33 +08:00
parent cb36507d41
commit 90bfd4fc6a
5 changed files with 18 additions and 4 deletions

View File

@ -10,6 +10,12 @@
---
## 1.5.6
`2020-05-09`
- 🐞 Fix the problem of missing css, min.js and other files in the dist folder
## 1.5.5
`2020-05-08`

View File

@ -10,6 +10,12 @@
---
## 1.5.6
`2020-05-09`
- 🐞 修复 dist 文件夹丢失 css、min.js 等文件问题
## 1.5.5
`2020-05-08`

View File

@ -132,8 +132,10 @@ function getWebpackConfig(modules) {
{
loader: 'less-loader',
options: {
sourceMap: true,
javascriptEnabled: true,
lessOptions: {
sourceMap: true,
javascriptEnabled: true,
},
},
},
],

@ -1 +1 @@
Subproject commit 6cb6deed574c408cddcf6c9271132e36f8975168
Subproject commit a9b18346fb0783422b08a99d785a0e3d21013b90

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.5.5",
"version": "1.5.6",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [