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

@@ -1,18 +1,14 @@
{
"plugins": [
[
"import-v2",
{
"libraryName": "@ant-design",
"libraryDirectory": "icons",
"camel2DashComponentName": false,
"style": false
}
],
[
"import",
{ "libraryName": "antd", "libraryDirectory": "lib", "style": true },
"antd"
]
]
"plugins": [
[
"import-v2",
{
"libraryName": "@ant-design",
"libraryDirectory": "icons",
"camel2DashComponentName": false,
"style": false
}
],
["import", { "libraryName": "antd", "libraryDirectory": "lib", "style": false }, "antd"]
]
}

View File

@@ -2,13 +2,16 @@
* @Author: yehuozhili
* @Date: 2021-01-31 20:44:16
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-13 15:14:42
* @LastEditTime: 2021-07-13 15:31:15
* @FilePath: \dooringx\packages\dooringx-lib\README.md
-->
## Dooringx-lib
## changelog
## 0.4.1
去除lib自动导入样式。
## 0.4.0

View File

@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js",