Make chunks named

This commit is contained in:
Tusooa Zhu 2022-09-20 23:13:07 -04:00
commit a758e18dce
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
4 changed files with 6 additions and 3 deletions

View file

@ -133,6 +133,7 @@ const defaultState = {
const loadAnnotations = (lang) => {
return import(
/* webpackChunkName: "emoji-annotations/[request]" */
`@kazvmoe-infra/unicode-emoji-json/annotations/${langCodeToCldrName(lang)}.json`
)
.then(k => k.default)
@ -234,7 +235,7 @@ const instance = {
},
async getStaticEmoji ({ commit }) {
try {
const values = (await import('../../static/emoji.json')).default
const values = (await import(/* webpackChunkName: 'emoji' */ '../../static/emoji.json')).default
const emoji = Object.keys(values).reduce((res, groupId) => {
res[groupId] = values[groupId].map(e => ({