|
|
@@ -19,7 +19,11 @@ const getTranspilePackages = () => {
|
|
|
'react-markdown',
|
|
|
'unified',
|
|
|
'markdown-table',
|
|
|
+ 'bail',
|
|
|
+ 'ccount',
|
|
|
+ 'character-entities',
|
|
|
'character-entities-html4',
|
|
|
+ 'character-entities-legacy',
|
|
|
'comma-separated-tokens',
|
|
|
'decode-named-character-reference',
|
|
|
'escape-string-regexp',
|
|
|
@@ -27,6 +31,7 @@ const getTranspilePackages = () => {
|
|
|
'html-void-elements',
|
|
|
'is-absolute-url',
|
|
|
'longest-streak',
|
|
|
+ 'micromark',
|
|
|
'property-information',
|
|
|
'space-separated-tokens',
|
|
|
'stringify-entities',
|