From 9ce7340fb35474f3eecdf8d131332b138a84f12a Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Wed, 25 Dec 2024 15:34:54 +0100 Subject: [PATCH] add @preval back --- app/javascript/mastodon/features/emoji/emoji_compressed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/emoji/emoji_compressed.js b/app/javascript/mastodon/features/emoji/emoji_compressed.js index e78bf3ce47..e70dea22e5 100644 --- a/app/javascript/mastodon/features/emoji/emoji_compressed.js +++ b/app/javascript/mastodon/features/emoji/emoji_compressed.js @@ -1,6 +1,6 @@ /* eslint-disable import/no-commonjs -- We need to use CommonJS here due to preval */ -// @-preval +// @preval // http://www.unicode.org/Public/emoji/5.0/emoji-test.txt // This file contains the compressed version of the emoji data from // both emoji_map.json and from emoji-mart's emojiIndex and data objects. @@ -9,7 +9,7 @@ // This version comment should be bumped each time the emoji data is changed // to ensure that the prevaled file is regenerated by Babel -// version: 24 +// version: 3 // This json file contains the names of the categories. const emojiMart5LocalesData = require('@emoji-mart/data/i18n/en.json');