🔧 build(iconfont): 包管理工具使用yarn
This commit is contained in:
parent
57ac40b6a6
commit
e2f60a8c1b
@ -77,7 +77,7 @@
|
|||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"react-refresh": "0.11.0",
|
"react-refresh": "0.11.0",
|
||||||
"stylelint": "9.3.0",
|
"stylelint": "9.3.0",
|
||||||
"taro-iconfont-svg": "^1.0.5",
|
"taro-iconfont-svg": "^1.0.7",
|
||||||
"terser-webpack-plugin": "^5.3.6",
|
"terser-webpack-plugin": "^5.3.6",
|
||||||
"typescript": "^4.1.0",
|
"typescript": "^4.1.0",
|
||||||
"webpack": "^5.74.0"
|
"webpack": "^5.74.0"
|
||||||
|
19424
pnpm-lock.yaml
generated
19424
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@ type PropsType = {
|
|||||||
const IconFont:FC<PropsType> = ({
|
const IconFont:FC<PropsType> = ({
|
||||||
name,
|
name,
|
||||||
size = 18,
|
size = 18,
|
||||||
color = "#000",
|
color,
|
||||||
customStyle = {},
|
customStyle = {},
|
||||||
customClassName = ""
|
customClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user