This commit is contained in:
hufeixiong
2021-07-13 15:32:05 +08:00
parent 4367633ec2
commit 0b6dbb8677
4 changed files with 21 additions and 18 deletions

View File

@@ -3,6 +3,10 @@ title: CHANGELOG
order: 1 order: 1
--- ---
## 0.4.1
去除lib自动导入样式。
## 0.4.0 ## 0.4.0
去除runtime导出所有属性从config中获取。 去除runtime导出所有属性从config中获取。

View File

@@ -9,10 +9,6 @@
"style": false "style": false
} }
], ],
[ ["import", { "libraryName": "antd", "libraryDirectory": "lib", "style": false }, "antd"]
"import",
{ "libraryName": "antd", "libraryDirectory": "lib", "style": true },
"antd"
]
] ]
} }

View File

@@ -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

View File

@@ -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",