Align title correctly when first character is emoji

This commit is contained in:
Tom Moor
2017-07-29 16:15:04 -07:00
parent cfcdae8aa0
commit 297bf850c2
9 changed files with 51 additions and 17 deletions

View File

@ -26,7 +26,10 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel',
include: path.join(__dirname, 'frontend'),
include: [
path.join(__dirname, 'frontend'),
path.join(__dirname, 'shared'),
]
},
{ test: /\.json$/, loader: 'json-loader' },
// inline base64 URLs for <=8k images, direct URLs for the rest