2
0

Update to Twemoji 15.1.0 (#34321)

This commit is contained in:
Essem
2025-04-28 09:22:14 -05:00
committed by GitHub
parent 715cbee93d
commit e96044f389
156 changed files with 282 additions and 146 deletions

View File

@@ -48,7 +48,7 @@ module.exports = merge(sharedConfig, {
logLevel: 'silent', // do not bother Webpacker, who runs with --json and parses stdout
}),
new InjectManifest({
additionalManifestEntries: ['1f602.svg', 'sheet_15.png'].map((filename) => {
additionalManifestEntries: ['1f602.svg', 'sheet_15_1.png'].map((filename) => {
const path = resolve(root, 'public', 'emoji', filename);
const body = readFileSync(path);
const md5 = createHash('md5');