fix: missing files in dist #2219
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
|
## 1.5.5
|
||||||
|
|
||||||
`2020-05-08`
|
`2020-05-08`
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.5.6
|
||||||
|
|
||||||
|
`2020-05-09`
|
||||||
|
|
||||||
|
- 🐞 修复 dist 文件夹丢失 css、min.js 等文件问题
|
||||||
|
|
||||||
## 1.5.5
|
## 1.5.5
|
||||||
|
|
||||||
`2020-05-08`
|
`2020-05-08`
|
||||||
|
|
|
@ -132,8 +132,10 @@ function getWebpackConfig(modules) {
|
||||||
{
|
{
|
||||||
loader: 'less-loader',
|
loader: 'less-loader',
|
||||||
options: {
|
options: {
|
||||||
sourceMap: true,
|
lessOptions: {
|
||||||
javascriptEnabled: true,
|
sourceMap: true,
|
||||||
|
javascriptEnabled: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6cb6deed574c408cddcf6c9271132e36f8975168
|
Subproject commit a9b18346fb0783422b08a99d785a0e3d21013b90
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
"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