Generate grouped unicode emojis from unicode-emoji-json

This commit is contained in:
Tusooa Zhu 2022-01-08 16:13:02 -05:00
commit d865f572aa
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
7 changed files with 40 additions and 1431 deletions

View file

@ -10,6 +10,9 @@ var webpackConfig = process.env.NODE_ENV === 'testing'
? require('./webpack.prod.conf')
: require('./webpack.dev.conf')
var updateEmoji = require('./update-emoji').updateEmoji
updateEmoji()
// default port where dev server listens for incoming traffic
var port = process.env.PORT || config.dev.port
// Define HTTP proxies to your custom API backend