Skip to content

Commit 45cbaa0

Browse files
committed
refactor(webpack): remove destination for icons
1 parent 5872cfa commit 45cbaa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webpack.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,11 @@ module.exports = (env, argv) => ({
261261
icons: [
262262
{
263263
src: 'images/icon.png',
264-
destination: `${COMMIT_HASH}/icons`,
265264
sizes: [196, 512],
266265
purpose: 'any'
267266
},
268267
{
269268
src: 'images/maskable_icon.png',
270-
destination: `${COMMIT_HASH}/maskable_icons`,
271269
sizes: [196, 512],
272270
purpose: 'maskable',
273271
ios: true

0 commit comments

Comments
 (0)