1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

MarkdownでEmojiが使える

This commit is contained in:
Rokt33r
2015-11-23 11:04:43 +09:00
parent cc2a2f6dfb
commit 53455496bf
4 changed files with 7 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ module.exports = {
'lodash',
'markdown-it',
'moment',
'highlight.js'
'highlight.js',
'markdown-it-emoji'
],
resolve: {
extensions: ['', '.js', '.jsx', 'styl']