mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: missing files in dist #2219
This commit is contained in:
parent
cb36507d41
commit
90bfd4fc6a
@ -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`
|
||||
|
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 1.5.6
|
||||
|
||||
`2020-05-09`
|
||||
|
||||
- 🐞 修复 dist 文件夹丢失 css、min.js 等文件问题
|
||||
|
||||
## 1.5.5
|
||||
|
||||
`2020-05-08`
|
||||
|
@ -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
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user