@elliemae/pui-cli 7.27.2 → 7.27.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,13 +152,20 @@ const plugins = [
|
|
|
152
152
|
}),
|
|
153
153
|
new import_favicons_webpack_plugin.default({
|
|
154
154
|
outputPath: "./latest/assets",
|
|
155
|
+
prefix: "latest/assets/",
|
|
155
156
|
logo: "./app/view/images/favicon.png",
|
|
156
157
|
favicons: {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
appName: "",
|
|
159
|
+
appShortName: "",
|
|
160
|
+
appDescription: "",
|
|
161
|
+
developerURL: "",
|
|
162
|
+
developerName: "ICE",
|
|
160
163
|
icons: {
|
|
161
|
-
|
|
164
|
+
favicons: true,
|
|
165
|
+
android: false,
|
|
166
|
+
appleIcon: false,
|
|
167
|
+
appleStartup: false,
|
|
168
|
+
windows: false,
|
|
162
169
|
yandex: false
|
|
163
170
|
}
|
|
164
171
|
}
|
|
@@ -125,13 +125,20 @@ const plugins = [
|
|
|
125
125
|
}),
|
|
126
126
|
new FaviconsWebpackPlugin({
|
|
127
127
|
outputPath: "./latest/assets",
|
|
128
|
+
prefix: "latest/assets/",
|
|
128
129
|
logo: "./app/view/images/favicon.png",
|
|
129
130
|
favicons: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
appName: "",
|
|
132
|
+
appShortName: "",
|
|
133
|
+
appDescription: "",
|
|
134
|
+
developerURL: "",
|
|
135
|
+
developerName: "ICE",
|
|
133
136
|
icons: {
|
|
134
|
-
|
|
137
|
+
favicons: true,
|
|
138
|
+
android: false,
|
|
139
|
+
appleIcon: false,
|
|
140
|
+
appleStartup: false,
|
|
141
|
+
windows: false,
|
|
135
142
|
yandex: false
|
|
136
143
|
}
|
|
137
144
|
}
|