🔧 build(iconfont): 包管理工具使用yarn

This commit is contained in:
xuan 2022-09-19 13:35:59 +08:00
parent 57ac40b6a6
commit e2f60a8c1b
4 changed files with 13431 additions and 19426 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -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 = ""
}) => { }) => {

13429
yarn.lock Normal file

File diff suppressed because it is too large Load Diff