Skip to content

Commit

Permalink
Better pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu authored Oct 14, 2024
1 parent 16c0622 commit fff4479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const plugins = [
patterns: [
{ from: 'resources/builds/locales', to: outputFilename('js/locales/[name]') },
{ from: 'node_modules/moment/locale', to: outputFilename('js/moment-locales/[name]') },
{ from: 'node_modules/@discordapp/twemoji/dist/svg/?????-?????.svg', to: 'images/flags/[name][ext]' },
{ from: 'node_modules/@discordapp/twemoji/dist/svg/1f1??-1f1??.svg', to: 'images/flags/[name][ext]' },
],
}),
];
Expand Down

0 comments on commit fff4479

Please sign in to comment.