Skip to content

Commit cd7ebde

Browse files
committed
favicons update
1 parent 2b14fae commit cd7ebde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-react": "^7.17.0",
6363
"eslint-plugin-react-hooks": "^2.3.0",
6464
"express": "^4.17.1",
65-
"favicons-webpack-plugin": "^1.0.2",
65+
"favicons-webpack-plugin": "2.0.0",
6666
"file-loader": "^5.0.2",
6767
"happypack": "^5.0.1",
6868
"html-webpack-plugin": "^3.2.0",

webpack.production.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ module.exports = {
185185
icons: {
186186
// 生成哪些平台需要的图标
187187
android: true, // 安卓
188-
appleIcon: true, // 苹果
189-
appleStartup: true, // 苹果启动页
188+
appleIcon: false, // 苹果
189+
appleStartup: false, // 苹果启动页
190190
coast: false, // opera
191191
favicons: true, // web小图标
192192
firefox: false, // 火狐

0 commit comments

Comments
 (0)