0
0
Fork 0

Add emoji from Twemoji 15.0 to the emoji picker/completion (#33395)

This commit is contained in:
Damien Erambert 2025-03-05 09:05:15 -08:00 committed by GitHub
parent b57687083f
commit debe6c0545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 160 additions and 42 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_13.png'].map((filename) => {
additionalManifestEntries: ['1f602.svg', 'sheet_15.png'].map((filename) => {
const path = resolve(root, 'public', 'emoji', filename);
const body = readFileSync(path);
const md5 = createHash('md5');