Include sheet_10.png in build

This commit is contained in:
Alex Gleason
2021-04-17 14:21:12 -05:00
parent 651e45b96d
commit ba062a0c7d
3 changed files with 9 additions and 0 deletions

View File

@ -97,6 +97,9 @@ module.exports = {
patterns: [{
from: join(__dirname, '../node_modules/twemoji/assets/svg'),
to: join(__dirname, '../static/emoji'),
}, {
from: join(__dirname, '../node_modules/emoji-datasource/img/twitter/sheets/32.png'),
to: join(__dirname, '../static/emoji/sheet_10.png'),
}],
options: {
concurrency: 100,