Skip to content

Commit

Permalink
Revert "refactor(webpack): remove destination for icons"
Browse files Browse the repository at this point in the history
This reverts commit 45cbaa0.
  • Loading branch information
kKaskak committed Jan 22, 2025
1 parent 45cbaa0 commit 528b0f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,13 @@ module.exports = (env, argv) => ({
icons: [
{
src: 'images/icon.png',
destination: `${COMMIT_HASH}/icons`,
sizes: [196, 512],
purpose: 'any'
},
{
src: 'images/maskable_icon.png',
destination: `${COMMIT_HASH}/maskable_icons`,
sizes: [196, 512],
purpose: 'maskable',
ios: true
Expand Down

0 comments on commit 528b0f6

Please sign in to comment.