0.4.1
This commit is contained in:
@@ -3,6 +3,10 @@ title: CHANGELOG
|
|||||||
order: 1
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
去除lib自动导入样式。
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
去除runtime导出,所有属性从config中获取。
|
去除runtime导出,所有属性从config中获取。
|
||||||
|
@@ -9,10 +9,6 @@
|
|||||||
"style": false
|
"style": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
["import", { "libraryName": "antd", "libraryDirectory": "lib", "style": false }, "antd"]
|
||||||
"import",
|
|
||||||
{ "libraryName": "antd", "libraryDirectory": "lib", "style": true },
|
|
||||||
"antd"
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -2,13 +2,16 @@
|
|||||||
* @Author: yehuozhili
|
* @Author: yehuozhili
|
||||||
* @Date: 2021-01-31 20:44:16
|
* @Date: 2021-01-31 20:44:16
|
||||||
* @LastEditors: yehuozhili
|
* @LastEditors: yehuozhili
|
||||||
* @LastEditTime: 2021-07-13 15:14:42
|
* @LastEditTime: 2021-07-13 15:31:15
|
||||||
* @FilePath: \dooringx\packages\dooringx-lib\README.md
|
* @FilePath: \dooringx\packages\dooringx-lib\README.md
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Dooringx-lib
|
## Dooringx-lib
|
||||||
## changelog
|
## changelog
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
去除lib自动导入样式。
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/dooringx-lib.esm.js",
|
"module": "dist/dooringx-lib.esm.js",
|
||||||
|
Reference in New Issue
Block a user