test
This commit is contained in:
parent
bb0182c1e1
commit
2fc18e41e1
|
@ -6,6 +6,7 @@ function padLeft(str, num) {
|
|||
}
|
||||
|
||||
exports.unicodeToUnifiedName = (str) => {
|
||||
if (!str) return '';
|
||||
let output = '';
|
||||
for (let i = 0; i < str.length; i += 2) {
|
||||
if (i > 0) {
|
||||
|
|
|
@ -81,8 +81,7 @@ module.exports = merge(sharedConfig, {
|
|||
],
|
||||
},
|
||||
externals: [
|
||||
'/emoji/1f602.svg', // used for emoji picker dropdown
|
||||
'/emoji/sheet_10.png', // used in emoji-mart
|
||||
'/emoji/sheet.png', // used in emoji-mart
|
||||
],
|
||||
excludes: [
|
||||
'**/*.gz',
|
||||
|
|
Loading…
Reference in New Issue