We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b14fae commit cd7ebdeCopy full SHA for cd7ebde
package.json
@@ -62,7 +62,7 @@
62
"eslint-plugin-react": "^7.17.0",
63
"eslint-plugin-react-hooks": "^2.3.0",
64
"express": "^4.17.1",
65
- "favicons-webpack-plugin": "^1.0.2",
+ "favicons-webpack-plugin": "2.0.0",
66
"file-loader": "^5.0.2",
67
"happypack": "^5.0.1",
68
"html-webpack-plugin": "^3.2.0",
webpack.production.config.js
@@ -185,8 +185,8 @@ module.exports = {
185
icons: {
186
// 生成哪些平台需要的图标
187
android: true, // 安卓
188
- appleIcon: true, // 苹果
189
- appleStartup: true, // 苹果启动页
+ appleIcon: false, // 苹果
+ appleStartup: false, // 苹果启动页
190
coast: false, // opera
191
favicons: true, // web小图标
192
firefox: false, // 火狐
0 commit comments